summaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-27 15:16:10 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-27 15:16:10 +0100
commitf3134f89211ea6a65e72bca1dd2f91bf0a0ae894 (patch)
tree184ac2b3aa55a4364b8ac1e8c6fb043bee3ad40b /action.h
parent6cf7fc7ec2f1b2f69fb69d8b18df8240beed3380 (diff)
downloadrsyslog-f3134f89211ea6a65e72bca1dd2f91bf0a0ae894.tar.gz
rsyslog-f3134f89211ea6a65e72bca1dd2f91bf0a0ae894.tar.xz
rsyslog-f3134f89211ea6a65e72bca1dd2f91bf0a0ae894.zip
some more cleanup - action config line handlers are now defined in action.c
As an artifact of early development, they were registered in syslogd.c
Diffstat (limited to 'action.h')
-rw-r--r--action.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/action.h b/action.h
index cfa08db8..da70265c 100644
--- a/action.h
+++ b/action.h
@@ -95,7 +95,6 @@ typedef struct action_s action_t;
rsRetVal actionConstruct(action_t **ppThis);
rsRetVal actionConstructFinalize(action_t *pThis);
rsRetVal actionDestruct(action_t *pThis);
-rsRetVal actionAddCfSysLineHdrl(void);
rsRetVal actionDbgPrint(action_t *pThis);
rsRetVal actionSetGlobalResumeInterval(int iNewVal);
rsRetVal actionDoAction(action_t *pAction);