pivot-table: New function pivot_value_new_variable__().
[pspp] / src / output / pivot-table.h
index eb7832542859d7f86b415822ef52e529f6ec1efb..e7e5ad403b1b38b0cb769e404b8f1c002b131212 100644 (file)
@@ -739,6 +739,8 @@ struct pivot_value *pivot_value_new_value (const union value *, int width,
 
 /* Values from variable names. */
 struct pivot_value *pivot_value_new_variable (const struct variable *);
+struct pivot_value *pivot_value_new_variable__ (const char *name,
+                                                const char *label);
 
 /* Values from text strings. */
 struct pivot_value *pivot_value_new_text (const char *);