diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 06:25:48 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 06:25:48 +0000 |
commit | d9653ad08ffd2e8578aac00777cd610fce1f05c1 (patch) | |
tree | ce968e2fcd68b8c19dfa9fee127ea9c4f9b53ff1 /omshell.h | |
parent | d06dafb6768e2bbb4128aa4370fc3dc53fc01056 (diff) | |
download | rsyslog-d9653ad08ffd2e8578aac00777cd610fce1f05c1.tar.gz rsyslog-d9653ad08ffd2e8578aac00777cd610fce1f05c1.tar.xz rsyslog-d9653ad08ffd2e8578aac00777cd610fce1f05c1.zip |
moved selector action config parsing for shell action to omshell
Diffstat (limited to 'omshell.h')
-rw-r--r-- | omshell.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ /* prototypes */ int doActionShell(selector_t *f); rsRetVal modInitShell(int iIFVersRequested, int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)()); +rsRetVal parseSelectorActShell(uchar **pp, selector_t *f); #endif /* #ifndef ACTSHELL_H_INCLUDED */ /* |