output: Break struct pivot_table_look out of struct pivot_table.
[pspp] / src / output / spv / spv-legacy-decoder.h
index 2cf9d6b10f68e2890bf8cb01b57defdf84f732b7..0b88811a6842717dc08d7cc7576ab284d7b87c24 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 *,
+                          const struct pivot_table_look *,
                           struct spv_data *,
                           struct pivot_table **outp)
   WARN_UNUSED_RESULT;