X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=597fdd78b48171c68098950879b8379491815475;hb=f4acf01c6fa8b9f357e8f62db6c4772dc863300d;hp=e7fb62572d1c20baa11038a38979276aef6f04ad;hpb=21563eaa0213cd007c660324f0364327d362cd78;p=pspp diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index e7fb62572d..597fdd78b4 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -48,14 +48,11 @@ null_if_empty_param (const gchar *name, const gchar *nick, } -/* Formats a value according to FORMAT - The returned string must be freed when no longer required */ -gchar * value_to_text (union value v, const PsppireDict *dict, struct fmt_spec format); +gchar * value_to_text (union value v, const struct variable *); union value * text_to_value (const gchar *text, - const PsppireDict *dict, const struct variable *var, union value *);