summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-19 11:23:57 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-19 11:23:57 +0200
commit47c961eac280f72a472ad82764f8fd450ba3643f (patch)
tree131fbed2ff68f457266902b9752ce1b657bc2e6f /grammar/rainerscript.h
parent127d61fea78c967d2cdc536f898da425ffdd8a11 (diff)
downloadrsyslog-47c961eac280f72a472ad82764f8fd450ba3643f.tar.gz
rsyslog-47c961eac280f72a472ad82764f8fd450ba3643f.tar.xz
rsyslog-47c961eac280f72a472ad82764f8fd450ba3643f.zip
milestone: two syntaxes for get conf param implemented
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 1dc5719d..03e59895 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -241,6 +241,7 @@ int cnfDoInclude(char *name);
int cnfparamGetIdx(struct cnfparamblk *params, char *name);
struct cnfparamvals* nvlstGetParams(struct nvlst *lst, struct cnfparamblk *params,
struct cnfparamvals *vals);
+void cnfparamsPrint(struct cnfparamblk *params, struct cnfparamvals *vals);
/* debug helper */
void cstrPrint(char *text, es_str_t *estr);