diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-19 17:53:23 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-19 17:53:23 +0200 |
commit | 74c2e98c13daf60bf5371f77111196679dd7df55 (patch) | |
tree | 626bd38a186c4550db0c41d51dd128b0c99f9632 /grammar/rainerscript.h | |
parent | 47c961eac280f72a472ad82764f8fd450ba3643f (diff) | |
download | rsyslog-74c2e98c13daf60bf5371f77111196679dd7df55.tar.gz rsyslog-74c2e98c13daf60bf5371f77111196679dd7df55.tar.bz2 rsyslog-74c2e98c13daf60bf5371f77111196679dd7df55.zip |
milestone: glbl obj parameters settable via new conf interface
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r-- | grammar/rainerscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h index 03e59895..f7454ef5 100644 --- a/grammar/rainerscript.h +++ b/grammar/rainerscript.h @@ -217,6 +217,7 @@ void readConfFile(FILE *fp, es_str_t **str); struct nvlst* nvlstNew(es_str_t *name, es_str_t *value); void nvlstDestruct(struct nvlst *lst); void nvlstPrint(struct nvlst *lst); +void nvlstChkUnused(struct nvlst *lst); struct nvlst* nvlstFindName(struct nvlst *lst, es_str_t *name); struct cnfobj* cnfobjNew(enum cnfobjType objType, struct nvlst *lst); void cnfobjDestruct(struct cnfobj *o); |