"Fix" PR 13021 by disabling FILE TYPE.
[pspp-builds.git] / src / file-type.c
index 87bd874f102dddec1b84a5757bc48500225dfe98..6a706eec5c2d5a01412d007773450796e858f459 100644 (file)
@@ -94,6 +94,8 @@ struct file_type_pgm
 static int parse_col_spec (struct col_spec *, const char *);
 static void create_col_var (struct col_spec *c);
 
+int cmd_file_type (void);
+
 /* Parses FILE TYPE command. */
 int
 cmd_file_type (void)
@@ -569,6 +571,7 @@ cmd_record_type (void)
 \f
 /* END FILE TYPE. */
 
+int cmd_end_file_type (void);
 int
 cmd_end_file_type (void)
 {