X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fpivot-table.h;h=e7e5ad403b1b38b0cb769e404b8f1c002b131212;hb=861528a56e8fcb470285a2ee0bb87d716f652174;hp=eb7832542859d7f86b415822ef52e529f6ec1efb;hpb=8ce009a3dbbedc71995dcc63f8fa7fa1f8b251d0;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 *);