Make the missing value code do more work, so that its callers can do
[pspp-builds.git] / src / ui / gui / menu-actions.h
index f4ed5c006d643db0582a19eec6870dd7e0aab7d9..281e1f0d631e9c2e007a32f055ac5dda698c74e3 100644 (file)
@@ -1,7 +1,6 @@
 /* 
     PSPPIRE --- A Graphical User Interface for PSPP
     Copyright (C) 2004  Free Software Foundation
-    Written by John Darrington
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -77,15 +76,15 @@ 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