gui: Merge File|Open|Syntax and File|Open|Data into File|Open.
[pspp] / src / data / any-reader.h
index 18707fa8416ad79c5ca71d6967d354d03399d358..e999aa33f5be28543d18c1f0b120d47ded4264d0 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2010 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,6 +21,7 @@
 
 struct file_handle;
 struct dictionary;
+bool any_reader_may_open (const char *file_name);
 struct casereader *any_reader_open (struct file_handle *,
                                     struct dictionary **);