Enable the show value labels feature
[pspp] / src / ui / gui / psppire-data-store.h
index bbdb7eb9643bdc709ecda27b3a2711a08e7f7e8f..65e3d24ad3d495fe4531f63da7d51443ebd4546b 100644 (file)
@@ -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);