annotate src/syslog2iptables.h @ 36:6a2f26976898

shutdown removes iptables entries that we added
author carl
date Thu, 08 Nov 2007 10:52:56 -0800
parents d76f9ff42487
children ba0259c9e411
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
1
551433a01cab initial coding
carl
parents:
diff changeset
9 void my_syslog(char *text);
5
276c4edc8521 initial coding
carl
parents: 1
diff changeset
10 extern int debug_syslog;