summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tt.h b/include/tt.h
index b27f51ea1..400d6ba5e 100644
--- a/include/tt.h
+++ b/include/tt.h
@@ -48,6 +48,7 @@ struct tt_line {
struct tt *table;
char const **data;
void *userdata;
+ ssize_t data_sz; /* strlen of all data */
struct list_head ln_lines; /* table lines */