diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 07:51:43 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 07:51:43 +0000 |
commit | c135ef6de2355c9b1c9f69a1df41871e55f55cda (patch) | |
tree | 3e6989bbdcd5f1f644bb1e4eed91415d6c55e204 /cfsysline.h | |
parent | 4d162e6a580da3bbbe0f2da4696a77ad9da44161 (diff) | |
download | rsyslog-c135ef6de2355c9b1c9f69a1df41871e55f55cda.tar.gz rsyslog-c135ef6de2355c9b1c9f69a1df41871e55f55cda.tar.xz rsyslog-c135ef6de2355c9b1c9f69a1df41871e55f55cda.zip |
- moved the SetCCEscapeCharacter config file directive to cfsysline.c and
also generalized it for further use while doing so
Diffstat (limited to 'cfsysline.h')
-rw-r--r-- | cfsysline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfsysline.h b/cfsysline.h index bc1fd71f..f03419db 100644 --- a/cfsysline.h +++ b/cfsysline.h @@ -69,7 +69,7 @@ rsRetVal cslchCallHdlr(cslCmdHdlr_t *pThis, uchar **ppConfLine); rsRetVal doBinaryOptionLine(uchar **pp, rsRetVal (*pSetHdlr)(void*, int), void *pVal); rsRetVal doGetUID(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); rsRetVal doGetGID(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); -//void doFileCreateModeUmaskLine(uchar **pp, enum eDirective eDir); rsRetVal doFileCreateMode(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); +rsRetVal doGetChar(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); #endif /* #ifndef CFSYSLINE_H_INCLUDED */ |