Added the ability to resize string variables from the GUI. Thanks to
[pspp-builds.git] / src / data / vardict.h
index 4e124afc6cf6440a9a3f9b32e43e95d65dbd781a..aaf8ba05e6573e9658640b4032402099d5365b87 100644 (file)
@@ -36,4 +36,9 @@ void var_set_vardict (struct variable *, const struct vardict_info *);
 bool var_has_vardict (const struct variable *);
 void var_clear_vardict (struct variable *);
 
+
+/* Called only from variable.c, but defined in dictionary.c */
+void dict_var_changed (const struct variable *v);
+void dict_var_resized (const struct variable *v, int delta);
+
 #endif /* data/vardict.h */