fix parsing
[pspp] / src / output / spv / spv-legacy-decoder.h
index 2cf9d6b10f68e2890bf8cb01b57defdf84f732b7..bc1ffe1807acee23292c9f87773eb9d70af9fd9c 100644 (file)
 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;