Patch #5209
[pspp-builds.git] / src / ui / gui / psppire-dict.h
index 218cae0d764aebd126ae3729db1266fa3b2a5b6b..e71ef20403daec009fe11456201c04f552211884 100644 (file)
@@ -102,6 +102,10 @@ void psppire_dict_delete_variables(PsppireDict *d, gint first, gint n);
 /* Insert a new variable at posn IDX */
 void psppire_dict_insert_variable(PsppireDict *d, gint idx, const gchar *name);
 
+void psppire_dict_resize_variable(PsppireDict *d, 
+                                 const struct PsppireVariable *pv,
+                                 gint old_size, gint new_size);
+
 gboolean psppire_dict_check_name(const PsppireDict *dict, 
                              const gchar *name, gboolean report);