Patch #5209
[pspp-builds.git] / src / ui / gui / menu-actions.h
index 2e4e86ea974941b02718fd5143336ea6d016c98d..46cb85f26f8b06f99b7272ef2053fbfdd4458e22 100644 (file)
@@ -77,13 +77,17 @@ psppire_variable_sheet_create (gchar *widget_name, gchar *string1, gchar *string
                 gint int1, gint int2);
 
 
-gboolean callbacks_on_init(gpointer data) ;
-
-
 /* Switch between the VAR SHEET and the DATA SHEET */
 enum {PAGE_DATA_SHEET = 0, PAGE_VAR_SHEET};
 
+gboolean load_system_file(const gchar *file_name);
+gboolean clear_file(void);
+
+void select_sheet(gint page);
+void var_data_selection_init(void);
+
 
 #endif
 
-void select_sheet(gint page);
+
+