X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fpivot-table.h;h=e7e5ad403b1b38b0cb769e404b8f1c002b131212;hb=a0ee1f3ba1dd37945983ea651c98b49b318d3e2f;hp=eb7832542859d7f86b415822ef52e529f6ec1efb;hpb=5ce9c6ba1502e623ec6723a8273da77e5858b8d4;p=pspp diff --git a/src/output/pivot-table.h b/src/output/pivot-table.h index eb78325428..e7e5ad403b 100644 --- a/src/output/pivot-table.h +++ b/src/output/pivot-table.h @@ -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 *);