X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=6ca188fc57779c38674079e24cce19e44740f509;hb=356c1209257f91eb08791e6b9ca72393fca6fcd0;hp=3d8d6420b1b8ec307bea4b3e8a6b0bdc81e6def2;hpb=d7a1402a5ff12bba819f2eb4544812e6bf358b97;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 3d8d6420..6ca188fc 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -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