comparison 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
comparison
equal deleted inserted replaced
47:a4861687fbd1 48:ba0259c9e411
4 the GPL version 3 or any later version at your choice available at 4 the GPL version 3 or any later version at your choice available at
5 http://www.gnu.org/licenses/gpl-3.0.txt 5 http://www.gnu.org/licenses/gpl-3.0.txt
6 6
7 */ 7 */
8 8
9 void my_syslog(char *text); 9 void my_syslog(const char *text);
10 extern int debug_syslog; 10 extern int debug_syslog;