annotate src/syslog2iptables.h @ 82:384532d596c0 default tip

Added tag stable-1-0-19 for changeset cc01f2caff37
author Carl Byington <carl@five-ten-sg.com>
date Sun, 11 Feb 2024 12:06:36 -0800
parents ba0259c9e411
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;