Warnings: fix missing function prototypes
[pspp] / src / ui / gui / dummy.c
index e8ee492dc684110499a625782ffec134ccd0ce82..f103b7d4e44491fada59887f75f43eea7d0f042d 100644 (file)
@@ -39,6 +39,10 @@ const struct ag_func ag_func[1];
 
 int F_8_0;
 
+int var_is_numeric (void);
+int tt_options_dialog_run (void);
+int agr_func_tab (void);
+
 int
 var_is_numeric ()
 {