Plugged memory leaks in GUI, and converted most of the strings to UTF8, so that
[pspp-builds.git] / lib / gtksheet / gtkextra-sheet.h
index bfc714ca340fe0f74c61095840b385838e523b06..0bd573c8a0242c2f752996303854e3f9558214a7 100644 (file)
@@ -68,6 +68,9 @@ typedef struct _GtkSheetButton GtkSheetButton;
 
 
 
+GtkSheetButton * gtk_sheet_button_new(void);
+
+inline void gtk_sheet_button_free(GtkSheetButton *button);
 
 
 #endif /* __GTK_EXTRA_SHEET_H__ */