X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.h;h=f45e1f605589f66729ed872f6cc9bbed44256d15;hb=a4d59c55b1d40fecc63b4febceea744d99c58ca6;hp=178607aa2bf1652d6f7c5c99c7a8d4ac8b525ad4;hpb=6499a5881aeaa1e53b761f624e341652015d795e;p=pspp diff --git a/src/output/tab.h b/src/output/tab.h index 178607aa2b..f45e1f6055 100644 --- a/src/output/tab.h +++ b/src/output/tab.h @@ -159,6 +159,9 @@ struct footnote *tab_create_footnote (struct tab_table *, size_t idx, void tab_add_footnote (struct tab_table *, int x, int y, const struct footnote *); +void tab_add_style (struct tab_table *, int x, int y, + const struct cell_style *); + bool tab_cell_is_empty (const struct tab_table *, int c, int r); /* Editing. */