output: Implement styling for titles and captions.
[pspp] / src / output / table-provider.h
index 2a3a17c9daeec45e4c8461ce6bcd2255b2cc8b68..2917051a13039c3f0d015bf4891bb6971b7eb5cf 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdint.h>
 #include "output/table.h"
 
+struct pool;
 struct string;
 
 struct footnote
@@ -81,7 +82,7 @@ struct cell_style
       .underline = false,                                       \
     }
 
-struct cell_style *cell_style_clone (const struct cell_style *);
+struct cell_style *cell_style_clone (struct pool *, const struct cell_style *);
 void cell_style_free (struct cell_style *);
 
 /* A cell in a table. */