summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-27 12:01:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-27 12:01:08 +0200
commit6812fceef4f955610e6075c798f729e7a0617b24 (patch)
tree42e86983cd6c89bd911da2d3f2af9dbcab16eefa /action.h
parent85c7f63eee765f44baf828b94a02ea6ee0b09747 (diff)
downloadrsyslog-6812fceef4f955610e6075c798f729e7a0617b24.tar.gz
rsyslog-6812fceef4f955610e6075c798f729e7a0617b24.tar.xz
rsyslog-6812fceef4f955610e6075c798f729e7a0617b24.zip
cleanup: remove config scoping system left-over
this was an experiment in early v6 that did not work out. I forgot to remove this code when I undid it.
Diffstat (limited to 'action.h')
-rw-r--r--action.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/action.h b/action.h
index 4da0be24..5f142b00 100644
--- a/action.h
+++ b/action.h
@@ -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);