X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmenu-actions.h;h=f4ed5c006d643db0582a19eec6870dd7e0aab7d9;hb=1ba9ab71de8a6528beaf22de3ee6d2eb697eb61d;hp=2e4e86ea974941b02718fd5143336ea6d016c98d;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/ui/gui/menu-actions.h b/src/ui/gui/menu-actions.h index 2e4e86ea97..f4ed5c006d 100644 --- a/src/ui/gui/menu-actions.h +++ b/src/ui/gui/menu-actions.h @@ -83,7 +83,11 @@ 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); + +void select_sheet(gint page); #endif -void select_sheet(gint page); + +