Removed my authorship lines.
[pspp-builds.git] / src / ui / gui / menu-actions.h
index 2e4e86ea974941b02718fd5143336ea6d016c98d..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,13 +76,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);
+
+