[netfilter-cvslog] r6321 - branches/ulog/ulogd2/include/ulogd

laforge at netfilter.org laforge at netfilter.org
Wed Dec 14 16:30:03 CET 2005


Author: laforge at netfilter.org
Date: 2005-12-14 16:30:03 +0100 (Wed, 14 Dec 2005)
New Revision: 6321

Modified:
   branches/ulog/ulogd2/include/ulogd/conffile.h
Log:
use 'const char' in parser function


Modified: branches/ulog/ulogd2/include/ulogd/conffile.h
===================================================================
--- branches/ulog/ulogd2/include/ulogd/conffile.h	2005-12-14 15:29:42 UTC (rev 6320)
+++ branches/ulog/ulogd2/include/ulogd/conffile.h	2005-12-14 15:30:03 UTC (rev 6321)
@@ -49,7 +49,7 @@
 	union {
 		char string[CONFIG_VAL_STRING_LEN];
 		int value;
-		int (*parser)(char *argstr);
+		int (*parser)(const char *argstr);
 	} u;
 };
 




More information about the netfilter-cvslog mailing list