Added the ability to resize string variables from the GUI. Thanks to
[pspp-builds.git] / src / ui / gui / helper.h
index 5a245361c3ba7500e9927e7fed322dc1b0be3b13..ddced00fc3d61c15e72d85d31d087dc56e1413e1 100644 (file)
@@ -61,5 +61,12 @@ gboolean execute_syntax (struct getl_interface *sss);
    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