docs
[pspp] / src / output / spv / spv-light-decoder.h
index 158707b5595e8485ac55fa386c77048970a1368c..0d289559f9d3dc4dc8ea98afb491ae5d5fc26915 100644 (file)
 
 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 */