X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fspv%2Fspv-legacy-decoder.h;h=0b88811a6842717dc08d7cc7576ab284d7b87c24;hb=8491d88610f4a0c48891be493a4bd0522aec297b;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..0b88811a68 100644 --- a/src/output/spv/spv-legacy-decoder.h +++ b/src/output/spv/spv-legacy-decoder.h @@ -26,11 +26,11 @@ 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 *, + const struct pivot_table_look *, struct spv_data *, struct pivot_table **outp) WARN_UNUSED_RESULT;