diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 10:07:03 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 10:07:03 +0000 |
commit | cc768428f3226e3bc331c203cc4b0ab2441e4f09 (patch) | |
tree | 6d011624243e7e80f34cd542d16f20aceb606273 /cfsysline.h | |
parent | 8e6603047745cf1b1debd091406183070660df77 (diff) | |
download | rsyslog-cc768428f3226e3bc331c203cc4b0ab2441e4f09.tar.gz rsyslog-cc768428f3226e3bc331c203cc4b0ab2441e4f09.tar.xz rsyslog-cc768428f3226e3bc331c203cc4b0ab2441e4f09.zip |
- added doCustomHdlr() to cfsysline.c - this completes implementing
functions for canned handlers.
Diffstat (limited to 'cfsysline.h')
-rw-r--r-- | cfsysline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cfsysline.h b/cfsysline.h index b9349659..cdb98834 100644 --- a/cfsysline.h +++ b/cfsysline.h @@ -73,5 +73,6 @@ rsRetVal doGetGID(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); rsRetVal doFileCreateMode(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); rsRetVal doGetChar(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); rsRetVal doGetInt(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); +rsRetVal doCustomHdlr(uchar **pp, rsRetVal (*pSetHdlr)(uchar**, void*), void *pVal); #endif /* #ifndef CFSYSLINE_H_INCLUDED */ |