summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flexdef.h b/flexdef.h
index 7a1dc4b..c4de2e0 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -839,6 +839,9 @@ extern void cshell PROTO((Char [], int, int));
/* Finish up a block of data declarations. */
extern void dataend PROTO((void));
+/* Flush generated data statements. */
+extern void dataflush PROTO((void));
+
/* Report an error message and terminate. */
extern void flexerror PROTO((const char[]));