X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fspv%2Fspv-legacy-decoder.h;h=bc1ffe1807acee23292c9f87773eb9d70af9fd9c;hb=fb429d05d61e959fcd4a0116e9b4327967845f9d;hp=9ff2428b479427ac52582e10743d195a7c99a310;hpb=50f6ea7d66d03895020891215fb4f55bbf061003;p=pspp diff --git a/src/output/spv/spv-legacy-decoder.h b/src/output/spv/spv-legacy-decoder.h index 9ff2428b47..bc1ffe1807 100644 --- a/src/output/spv/spv-legacy-decoder.h +++ b/src/output/spv/spv-legacy-decoder.h @@ -17,7 +17,7 @@ #ifndef OUTPUT_SPV_LEGACY_DECODER_H #define OUTPUT_SPV_LEGACY_DECODER_H 1 -/* SPSS Viewer (SPV) legacy binary decoder. +/* SPSS Viewer (SPV) legacy decoder. Used by spv.h, not useful directly. */ @@ -25,21 +25,13 @@ struct pivot_table; struct spvdx_visualization; -struct spvsx_table_properties; struct spv_data; - -struct spv_legacy_properties; - -void spv_legacy_properties_destroy (struct spv_legacy_properties *); - -char *decode_spvsx_legacy_properties (const struct spvsx_table_properties *, - struct spv_legacy_properties **) - WARN_UNUSED_RESULT; +struct pivot_table_look; char *decode_spvdx_table (const struct spvdx_visualization *, const char *subtype, - const struct spv_legacy_properties *, - struct spv_data *, + const struct pivot_table_look *, + const struct spv_data *, struct pivot_table **outp) WARN_UNUSED_RESULT;