annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 9
diff changeset
1 /*
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 9
diff changeset
2
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 9
diff changeset
3 Copyright (c) 2007 Carl Byington - 510 Software Group, released under
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 9
diff changeset
4 the GPL version 3 or any later version at your choice available at
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 9
diff changeset
5 http://www.gnu.org/licenses/gpl-3.0.txt
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 9
diff changeset
6
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 9
diff changeset
7 */
9
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
8
48
ba0259c9e411 Fixes to compile on Fedora 9 and for const correctness
Carl Byington <carl@five-ten-sg.com>
parents: 36
diff changeset
9 void my_syslog(const char *text);
5
276c4edc8521 initial coding
carl
parents: 1
diff changeset
10 extern int debug_syslog;