aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2011-12-17 05:14:42 +0000
committerBen Hutchings <ben@decadent.org.uk>2011-12-17 05:14:42 +0000
commiteed86282afe98f723a737c2186484be2a95dbbb7 (patch)
treef524a8a2d581c21793be8c57bd74408f09c9d7fd
parentd0d70f9eac9aa655c0256245ea1710bc34eceb9b (diff)
downloadcis-tools-master.tar.gz
pack_cis: Add declarations of yyparse and yylexHEADmaster
-rw-r--r--pack_cis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pack_cis.h b/pack_cis.h
index 5f2378f..29608cb 100644
--- a/pack_cis.h
+++ b/pack_cis.h
@@ -36,3 +36,5 @@ extern tuple_info_t *cis_root, *mfc[8];
extern u_int nf;
void parse_cis(FILE *f);
+int yyparse(void);
+int yylex(void);