diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-06-21 16:19:20 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-06-21 16:19:20 +0200 |
commit | 4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89 (patch) | |
tree | a36f82c93b7391c4f98417f420e78949651cb562 /action.h | |
parent | 46ccc9e77f5e2ee3ded1ca79e973fafdc37e4c0f (diff) | |
download | rsyslog-4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89.tar.gz rsyslog-4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89.tar.bz2 rsyslog-4b150db338ae885ea3a3bb7cc5b5f84e2fc96e89.zip |
milestone: module() config statement basically works
some nits to iron out, only omfile actually support module params
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,5 +111,6 @@ rsRetVal actionNewScope(void); rsRetVal actionRestoreScope(void); rsRetVal activateActions(void); rsRetVal actionNewInst(struct nvlst *lst, action_t **ppAction); +rsRetVal actionProcessCnf(struct cnfobj *o); #endif /* #ifndef ACTION_H_INCLUDED */ |