summaryrefslogtreecommitdiffstats
path: root/grammar/parserif.h
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/parserif.h')
-rw-r--r--grammar/parserif.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/grammar/parserif.h b/grammar/parserif.h
new file mode 100644
index 00000000..e22b7d34
--- /dev/null
+++ b/grammar/parserif.h
@@ -0,0 +1,6 @@
+#ifndef PARSERIF_H_DEFINED
+#define PARSERIF_H_DEFINED
+extern int cnfSetLexFile(char*);
+extern int yyparse();
+extern int yydebug;
+#endif