diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-20 17:37:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-20 17:37:44 +0200 |
commit | 5820c5f3e8dc69bdee969d6487d084e884595069 (patch) | |
tree | c44cda2313dd8ae3d1f415e864500a747ac4b23c /action.h | |
parent | 686540cebee2920341911860c0019e687174daa8 (diff) | |
download | rsyslog-5820c5f3e8dc69bdee969d6487d084e884595069.tar.gz rsyslog-5820c5f3e8dc69bdee969d6487d084e884595069.tar.xz rsyslog-5820c5f3e8dc69bdee969d6487d084e884595069.zip |
milestone: done plumbing to call plugin create action instance entry point
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,5 +107,6 @@ rsRetVal addAction(action_t **ppAction, modInfo_t *pMod, void *pModData, omodStr rsRetVal actionNewScope(void); rsRetVal actionRestoreScope(void); rsRetVal activateActions(void); +rsRetVal actionNewInst(struct nvlst *lst, action_t **ppAction); #endif /* #ifndef ACTION_H_INCLUDED */ |