summaryrefslogtreecommitdiffstats
path: root/libroff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libroff.h b/libroff.h
index a140d2a5..cef8d9bc 100644
--- a/libroff.h
+++ b/libroff.h
@@ -47,6 +47,8 @@ struct tbl {
struct tbl_row *last_row;
struct tbl_span *first_span;
struct tbl_span *last_span;
+ struct tbl_head *first_head;
+ struct tbl_head *last_head;
struct tbl *next;
};