X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fany-reader.h;h=fb36e99ccec87af844dd94249296901d69b0d130;hb=21559edd9991628d96df331e5b391ca6bade3497;hp=e999aa33f5be28543d18c1f0b120d47ded4264d0;hpb=dff37440177a355bfc0cf9ff56428114e29f5106;p=pspp diff --git a/src/data/any-reader.h b/src/data/any-reader.h index e999aa33f5..fb36e99cce 100644 --- a/src/data/any-reader.h +++ b/src/data/any-reader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006, 2010 Free Software Foundation, Inc. + Copyright (C) 2006, 2010, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ struct file_handle; struct dictionary; bool any_reader_may_open (const char *file_name); -struct casereader *any_reader_open (struct file_handle *, +struct casereader *any_reader_open (struct file_handle *, const char *encoding, struct dictionary **); #endif /* any-reader.h */