summaryrefslogtreecommitdiff
path: root/tables.h
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2012-08-07 12:18:08 -0400
committerWill Estes <westes575@gmail.com>2012-08-07 15:56:44 -0400
commitec676fce008138b222d072de28fb05e1dfd945fb (patch)
tree1d45f3a3df39df4647ec4487f426f8f6b564373a /tables.h
parentc1a633de7c2ee2fb450b24ec46e9c4390f3c69ea (diff)
downloadflex-git-bug-2172046.tar.gz
reorganize flex skeleton and m4 processingbug-2172046
Diffstat (limited to 'tables.h')
-rw-r--r--tables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tables.h b/tables.h
index 2e4afe5..04ae3f5 100644
--- a/tables.h
+++ b/tables.h
@@ -43,6 +43,8 @@ extern "C" {
/* Tables serialization API declarations. */
#include "tables_shared.h"
+extern flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl);
+
struct yytbl_writer {
FILE *out;
flex_uint32_t total_written;