Added menuitem to display the PSPP reference manual.
[pspp-builds.git] / src / ui / gui / helper.h
index 6ca188fc57779c38674079e24cce19e44740f509..7bf84d472ff5726596d5a2318ab82d79c16ac5cd 100644 (file)
@@ -41,6 +41,9 @@ GtkWidget * get_widget_assert (GladeXML *xml, const gchar *name);
 char * pspp_locale_to_utf8 (const gchar *text, gssize len, GError **err);
 
 
-void connect_help (GladeXML *xml);
+void connect_help (GladeXML *);
+
+void reference_manual (GtkMenuItem *, gpointer);
+
 
 #endif