X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=65e3d24ad3d495fe4531f63da7d51443ebd4546b;hb=b5a56f8d1592fd0d9bf981d71e28851c4e733fef;hp=bbdb7eb9643bdc709ecda27b3a2711a08e7f7e8f;hpb=122dfa1e618f310ad623965eba6a77dc421144d9;p=pspp diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index bbdb7eb964..65e3d24ad3 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -109,7 +109,11 @@ gchar *psppire_data_store_get_string (PsppireDataStore *, glong row, const struct variable *, bool use_value_label); -gchar * psppire_data_store_value_to_string (PsppireDataStore *store, +gchar * psppire_data_store_value_to_string (gpointer unused, PsppireDataStore *store, + gint col, gint row, + const GValue *v); + +gchar * psppire_data_store_value_to_string_with_labels (gpointer unused, PsppireDataStore *store, gint col, gint row, const GValue *v);