Update.
[pspp] / src / sfm-read.h
index 4c2e9f9b4ecc5af47dd765038ade74a0ea986f37..d471ad7b9e0ab8c0700222e8ac7a2e2f67a13346 100644 (file)
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #ifndef SFM_READ_H
 #define SFM_READ_H 1
 
+#include <stdbool.h>
+#include <stdio.h>
+
 /* Reading system files. */
 
 /* System file info that doesn't fit in struct dictionary. */
@@ -41,5 +44,6 @@ struct sfm_reader *sfm_open_reader (struct file_handle *,
                                     struct sfm_read_info *);
 int sfm_read_case (struct sfm_reader *, struct ccase *);
 void sfm_close_reader (struct sfm_reader *);
+bool sfm_detect (FILE *);
 
 #endif /* sfm-read.h */