pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/file-type.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/file-type.c
Date: Sun, 08 May 2005 16:55:08 -0400

Index: pspp/src/file-type.c
diff -u pspp/src/file-type.c:1.19 pspp/src/file-type.c:1.20
--- pspp/src/file-type.c:1.19   Mon May  2 06:21:20 2005
+++ pspp/src/file-type.c        Sun May  8 20:55:05 2005
@@ -94,6 +94,8 @@
 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 @@
 
 /* END FILE TYPE. */
 
+int cmd_end_file_type (void);
 int
 cmd_end_file_type (void)
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]