Added the ability to resize string variables from the GUI. Thanks to
[pspp-builds.git] / src / ui / gui / psppire-dict.h
index 9314dbe4e2cdc16cc0d9bb6b3d3e8d22fc3b66d8..397097bf65159f023c20de5f5dc0d003d6345d70 100644 (file)
@@ -57,7 +57,6 @@ struct _PsppireDict
 struct _PsppireDictClass
 {
   GObjectClass parent_class;
-
 };
 
 
@@ -103,6 +102,9 @@ void psppire_dict_replace_dictionary (PsppireDict *, struct dictionary *);
 
 struct variable * psppire_dict_get_weight_variable (const PsppireDict *);
 
+#if DEBUGGING
+void psppire_dict_dump (const PsppireDict *);
+#endif
 
 G_END_DECLS