X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fspv%2Fspv-light-decoder.h;h=0d289559f9d3dc4dc8ea98afb491ae5d5fc26915;hb=516498aeacfb469b79a2fa411553fbc11766a7fc;hp=158707b5595e8485ac55fa386c77048970a1368c;hpb=50f6ea7d66d03895020891215fb4f55bbf061003;p=pspp diff --git a/src/output/spv/spv-light-decoder.h b/src/output/spv/spv-light-decoder.h index 158707b559..0d289559f9 100644 --- a/src/output/spv/spv-light-decoder.h +++ b/src/output/spv/spv-light-decoder.h @@ -25,9 +25,14 @@ struct pivot_table; struct spvlb_table; +struct string_array; char *decode_spvlb_table (const struct spvlb_table *, struct pivot_table **outp) WARN_UNUSED_RESULT; +void collect_spvlb_strings (const struct spvlb_table *, struct string_array *); + +const char *spvlb_table_get_encoding (const struct spvlb_table *); + #endif /* output/spv/spv-light-decoder.h */