Set the "editable" properties of the sheets to TRUE
[pspp] / src / ui / gui / helper.h
index d9fb3d64dde3752cc6e21756f3db1ac64b95cb90..7431d4c4e3fd1cdc10e4c9fa80b562bea51ab819 100644 (file)
@@ -44,16 +44,17 @@ null_if_empty_param (const gchar *name, const gchar *nick,
   return param;
 }
 
+char *escape_underscores (const char *);
 
 gchar * value_to_text (union value v, const struct variable *);
 gchar * value_to_text__ (union value v, const struct fmt_spec *,
                          const char *encoding);
 
 
-union value *
-text_to_value (const gchar *text,
-              const struct variable *var,
-              union value *);
+union value *text_to_value (const gchar *text, const struct variable *,
+                            union value *);
+union value *text_to_value__ (const gchar *text, const struct fmt_spec *,
+                              const gchar *encoding, union value *);
 
 gchar * convert_glib_filename_to_system_filename (const gchar *fname,
                                                  GError **err);