diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 06:11:37 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 06:11:37 +0000 |
commit | f12dd1b777c91d3491505cb2c99feb5987db8edc (patch) | |
tree | f6bc2ba9a3f222b29240176e03873488785a28f1 /omfwd.h | |
parent | fe0da1ef850dc9e93993f8332a87cbf815cea2f7 (diff) | |
download | rsyslog-f12dd1b777c91d3491505cb2c99feb5987db8edc.tar.gz rsyslog-f12dd1b777c91d3491505cb2c99feb5987db8edc.tar.xz rsyslog-f12dd1b777c91d3491505cb2c99feb5987db8edc.zip |
moved selector action parsing for F_FORW to omfwd
Diffstat (limited to 'omfwd.h')
-rw-r--r-- | omfwd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ /* prototypes */ int doActionFwd(selector_t *f); rsRetVal modInitFwd(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)()); +rsRetVal parseSelectorActFwd(uchar **pp, selector_t *f); #endif /* #ifndef OMFWD_H_INCLUDED */ /* |