Whitespace changes only
[pspp] / src / ui / gui / helper.h
index be0b1ad480b3251210dfabb53afee4034c0d9ba6..7431d4c4e3fd1cdc10e4c9fa80b562bea51ab819 100644 (file)
@@ -51,10 +51,10 @@ 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);