Re-added the help button callbacks
[pspp-builds.git] / src / ui / gui / helper.h
index 3d8d6420b1b8ec307bea4b3e8a6b0bdc81e6def2..6ca188fc57779c38674079e24cce19e44740f509 100644 (file)
@@ -41,4 +41,6 @@ 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);
+
 #endif