Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / command.h
index 0a61996d5e6b94187f02661019e7f980606590d5..b051a4be1b8773cdc8a218b095c875e2e544ebdf 100644 (file)
@@ -46,4 +46,12 @@ extern const char *cur_proc;
 void cmd_init (void);
 int cmd_parse (void);
 
+/* Prototype all the command functions. */
+#define DEFCMD(NAME, T1, T2, T3, T4, FUNC)     \
+       int FUNC (void);
+#define UNIMPL(NAME, T1, T2, T3, T4)
+#include "command.def"
+#undef DEFCMD
+#undef UNIMPL
+
 #endif /* !command_h */