diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-06-29 12:54:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-06-29 12:54:49 +0200 |
commit | 8e8b77c7efc4e2d3844f9e3ce031c2355d2f3024 (patch) | |
tree | bdea958d43cef054f2d9eed45f09957a0a44ec85 /action.h | |
parent | cb2a78b30bf55fd3d356cad7048b9e70968dbb95 (diff) | |
parent | 10430a189af0ecdbdad6c2542280f6d397ec4752 (diff) | |
download | rsyslog-8e8b77c7efc4e2d3844f9e3ce031c2355d2f3024.tar.gz rsyslog-8e8b77c7efc4e2d3844f9e3ce031c2355d2f3024.tar.bz2 rsyslog-8e8b77c7efc4e2d3844f9e3ce031c2355d2f3024.zip |
Merge branch 'beta' into master-module
Conflicts:
ChangeLog
configure.ac
plugins/imklog/imklog.c
plugins/imklog/imklog.h
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -107,8 +107,6 @@ rsRetVal actionWriteToAction(action_t *pAction); rsRetVal actionCallHUPHdlr(action_t *pAction); rsRetVal actionClassInit(void); rsRetVal addAction(action_t **ppAction, modInfo_t *pMod, void *pModData, omodStringRequest_t *pOMSR, struct cnfparamvals *actParams, struct cnfparamvals *queueParams, int bSuspended); -rsRetVal actionNewScope(void); -rsRetVal actionRestoreScope(void); rsRetVal activateActions(void); rsRetVal actionNewInst(struct nvlst *lst, action_t **ppAction); rsRetVal actionProcessCnf(struct cnfobj *o); |