annotate src/syslog2iptables.h @ 13:1134c6a1d692

final documentation, rpm builds properly
author carl
date Sat, 17 Dec 2005 16:32:44 -0800
parents d76f9ff42487
children 6a2f26976898
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
1 /***************************************************************************
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
2 * Copyright (C) 2005 by 510 Software Group *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
3 * *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
4 * *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
5 * This program is free software; you can redistribute it and/or modify *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
6 * it under the terms of the GNU General Public License as published by *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
7 * the Free Software Foundation; either version 2 of the License, or *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
8 * (at your option) any later version. *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
9 * *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
10 * This program is distributed in the hope that it will be useful, *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
13 * GNU General Public License for more details. *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
14 * *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
15 * You should have received a copy of the GNU General Public License *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
16 * along with this program; if not, write to the *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
17 * Free Software Foundation, Inc., *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
19 ***************************************************************************/
d76f9ff42487 initial coding
carl
parents: 5
diff changeset
20
1
551433a01cab initial coding
carl
parents:
diff changeset
21 void my_syslog(char *text);
5
276c4edc8521 initial coding
carl
parents: 1
diff changeset
22 extern int debug_syslog;