summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-09 18:00:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-09 18:00:29 +0200
commit6ebf9ada253ffd8c88cbe84a46fd5aa3bfd58367 (patch)
tree4b527b06aaf68dc83268da51dafbe855534ad0f4 /grammar/rainerscript.h
parentda6489743cd31a7896f17f5500dbfd18e0560260 (diff)
downloadrsyslog-6ebf9ada253ffd8c88cbe84a46fd5aa3bfd58367.tar.gz
rsyslog-6ebf9ada253ffd8c88cbe84a46fd5aa3bfd58367.tar.xz
rsyslog-6ebf9ada253ffd8c88cbe84a46fd5aa3bfd58367.zip
milestone/[WORKS AGAIN!]: looks like the new conf format is integrated
finally completed $IncludeConfig processing.
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index 5d9eff7f..75bb782d 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -189,6 +189,7 @@ void cnfrulePrint(struct cnfrule *rule);
struct cnfvar* cnfvarNew(char *name);
struct cnffunc * cnffuncNew(es_str_t *fname, struct cnffparamlst* paramlst);
struct cnffparamlst * cnffparamlstNew(struct cnfexpr *expr, struct cnffparamlst *next);
+int cnfDoInclude(char *name);
/* debug helper */
void cstrPrint(char *text, es_str_t *estr);