summaryrefslogtreecommitdiffstats
path: root/cfsysline.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-31 07:51:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-31 07:51:43 +0000
commitc135ef6de2355c9b1c9f69a1df41871e55f55cda (patch)
tree3e6989bbdcd5f1f644bb1e4eed91415d6c55e204 /cfsysline.h
parent4d162e6a580da3bbbe0f2da4696a77ad9da44161 (diff)
downloadrsyslog-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.h2
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 */