summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-09-05 04:24:40 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-09-05 04:24:40 +0000
commitd32f04f70eb5b1e588e62c0fbd6ffd25b4b723b7 (patch)
tree185b0dfc9c77a02c1016eb546f424f378b96a725 /flexdef.h
parentdaba750b2ed13b80933eab745944ddc85212c5de (diff)
Lots of work on tables serialization code.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexdef.h b/flexdef.h
index f5eb1cf..b7fdd64 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -1157,7 +1157,7 @@ extern char *chomp (char *str);
/* Tables serialization API declarations. */
#include "tables_shared.h"
-struct yytbl_data *yytbl_data_create (enum yytbl_id id);
+int yytbl_data_init (struct yytbl_data *tbl, enum yytbl_id id);
struct yytbl_data *mkftbl (void);