diff src/syslog2iptables.h @ 48:ba0259c9e411 stable-1-0-11

Fixes to compile on Fedora 9 and for const correctness
author Carl Byington <carl@five-ten-sg.com>
date Thu, 29 May 2008 11:38:42 -0700
parents 6a2f26976898
children
line wrap: on
line diff
--- a/src/syslog2iptables.h	Sat Mar 22 11:34:56 2008 -0700
+++ b/src/syslog2iptables.h	Thu May 29 11:38:42 2008 -0700
@@ -6,5 +6,5 @@
 
 */
 
-void my_syslog(char *text);
+void my_syslog(const char *text);
 extern int debug_syslog;