X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fany-reader.h;h=fb36e99ccec87af844dd94249296901d69b0d130;hb=920ccda5e43b81b2118caf37784f6edaa568e246;hp=18707fa8416ad79c5ca71d6967d354d03399d358;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/data/any-reader.h b/src/data/any-reader.h index 18707fa841..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 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 @@ -21,7 +21,8 @@ struct file_handle; struct dictionary; -struct casereader *any_reader_open (struct file_handle *, +bool any_reader_may_open (const char *file_name); +struct casereader *any_reader_open (struct file_handle *, const char *encoding, struct dictionary **); #endif /* any-reader.h */