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=affc364e2d29fad9f18acba43ca81ce7ec0589aa;hp=2cf9d6b10f68e2890bf8cb01b57defdf84f732b7;hpb=a22f79456929fc7edc9d65234ab05f4966c86679;p=pspp diff --git a/src/output/spv/spv-legacy-decoder.h b/src/output/spv/spv-legacy-decoder.h index 2cf9d6b10f..bc1ffe1807 100644 --- a/src/output/spv/spv-legacy-decoder.h +++ b/src/output/spv/spv-legacy-decoder.h @@ -26,12 +26,12 @@ struct pivot_table; struct spvdx_visualization; struct spv_data; -struct spv_table_look; +struct pivot_table_look; char *decode_spvdx_table (const struct spvdx_visualization *, const char *subtype, - const struct spv_table_look *, - struct spv_data *, + const struct pivot_table_look *, + const struct spv_data *, struct pivot_table **outp) WARN_UNUSED_RESULT;