summaryrefslogtreecommitdiffstats
path: root/grammar/parserif.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-04 09:36:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-04 09:36:12 +0200
commit25cd9f59ad3a0daa2662e44b2e844116ad487450 (patch)
tree07dc9e1f4df3e8fe6d6d7a0d647e4c80e938fcd8 /grammar/parserif.h
parent71003f146cc2dacfa8fc7c084404f3399812b64a (diff)
downloadrsyslog-25cd9f59ad3a0daa2662e44b2e844116ad487450.tar.gz
rsyslog-25cd9f59ad3a0daa2662e44b2e844116ad487450.tar.xz
rsyslog-25cd9f59ad3a0daa2662e44b2e844116ad487450.zip
milestone: added comparison ops, prepring for flex include processing
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