Patch #6086. Adds "transformation pending" state.
[pspp-builds.git] / src / ui / gui / helper.h
index 5a245361c3ba7500e9927e7fed322dc1b0be3b13..7ada5b5298fe5bdb660a52995f3a7e4830aa5a76 100644 (file)
@@ -54,12 +54,19 @@ void connect_help (GladeXML *);
 void reference_manual (GtkMenuItem *, gpointer);
 
 struct getl_interface;
-gboolean execute_syntax (struct getl_interface *sss);
+void execute_syntax (struct getl_interface *sss);
 
 
 #define XML_NEW(FILE) \
    glade_xml_new (relocate(PKGDATADIR "/" FILE), NULL, NULL)
 
 
+void marshaller_VOID__INT_INT_INT (GClosure     *closure,
+                                  GValue       *return_value,
+                                  guint         n_param_values,
+                                  const GValue *param_values,
+                                  gpointer      invocation_hint,
+                                  gpointer      marshal_data);
+
 
 #endif