From c135ef6de2355c9b1c9f69a1df41871e55f55cda Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 31 Jul 2007 07:51:43 +0000 Subject: - moved the SetCCEscapeCharacter config file directive to cfsysline.c and also generalized it for further use while doing so --- cfsysline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfsysline.h') 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 */ -- cgit