table-item: Change title from table_item_text to table_cell.
[pspp] / src / output / table-provider.h
index 2b14c98d1c29e9838b8550d621c2cd7d6ac229ef..6aa59d86484d24bca72a6bfb5903a8bb2b393d26 100644 (file)
@@ -33,6 +33,9 @@ struct footnote
     struct table_area_style *style;
   };
 
+struct footnote *footnote_clone (const struct footnote *);
+void footnote_destroy (struct footnote *);
+
 /* A cell in a table. */
 struct table_cell
   {