summaryrefslogtreecommitdiffstats
path: root/runtime/cfsysline.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-22 11:32:26 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-22 11:32:26 +0200
commitca377701e0200a0766abe3bb33f4cab3ccaad451 (patch)
tree3515831950fd21bf66ad898cc4d1a9fa56f7e7e8 /runtime/cfsysline.c
parent8ad3716cb230d0c13b6ed6f98a96939c69987509 (diff)
downloadrsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.tar.gz
rsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.tar.xz
rsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.zip
milestone: all syntaxes for new config handler implemented
so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
Diffstat (limited to 'runtime/cfsysline.c')
-rw-r--r--runtime/cfsysline.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/cfsysline.c b/runtime/cfsysline.c
index f6581ccd..288e6974 100644
--- a/runtime/cfsysline.c
+++ b/runtime/cfsysline.c
@@ -3,7 +3,7 @@
*
* File begun on 2007-07-30 by RGerhards
*
- * Copyright (C) 2007, 2008 by Rainer Gerhards and Adiscon GmbH.
+ * Copyright (C) 2007-2011 by Rainer Gerhards and Adiscon GmbH.
*
* This file is part of rsyslog.
*
@@ -544,7 +544,8 @@ finalize_it:
* time (TODO). -- rgerhards, 2008-02-14
*/
static rsRetVal
-doSyslogName(uchar **pp, rsRetVal (*pSetHdlr)(void*, int), void *pVal, syslogName_t *pNameTable)
+doSyslogName(uchar **pp, rsRetVal (*pSetHdlr)(void*, int),
+ void *pVal, syslogName_t *pNameTable)
{
DEFiRet;
cstr_t *pStrB;