output: Implement styling for footnotes.
[pspp] / src / output / tab.h
index f45e1f605589f66729ed872f6cc9bbed44256d15..40f871b12df5101cc718a07d16e2de02cbaf627f 100644 (file)
@@ -155,7 +155,8 @@ void tab_joint_text_format (struct tab_table *, int x1, int y1, int x2, int y2,
      PRINTF_FORMAT (7, 8);
 
 struct footnote *tab_create_footnote (struct tab_table *, size_t idx,
-                                      const char *content, const char *marker);
+                                      const char *content, const char *marker,
+                                      struct cell_style *);
 void tab_add_footnote (struct tab_table *, int x, int y,
                        const struct footnote *);