Mercurial > syslog2iptables
comparison src/syslogconfig.h @ 9:d76f9ff42487
initial coding
author | carl |
---|---|
date | Sat, 03 Dec 2005 13:54:47 -0800 |
parents | 2737ab01659a |
children | 0d65c3de34fd |
comparison
equal
deleted
inserted
replaced
8:5f4549fc60b9 | 9:d76f9ff42487 |
---|---|
15 * You should have received a copy of the GNU General Public License * | 15 * You should have received a copy of the GNU General Public License * |
16 * along with this program; if not, write to the * | 16 * along with this program; if not, write to the * |
17 * Free Software Foundation, Inc., * | 17 * Free Software Foundation, Inc., * |
18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * | 18 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
19 ***************************************************************************/ | 19 ***************************************************************************/ |
20 | |
21 #ifndef syslogconfig_include | |
22 #define syslogconfig_include | |
23 | |
24 #include "tokenizer.h" | |
25 #include <map> | |
26 #include <regex.h> | |
27 #include <sys/types.h> | |
28 #include <sys/stat.h> | |
29 | 20 |
30 | 21 |
31 class SYSLOGCONFIG; | 22 class SYSLOGCONFIG; |
32 class CONFIG; | 23 class CONFIG; |
33 | 24 |
117 extern char *token_rbrace; | 108 extern char *token_rbrace; |
118 extern char *token_semi; | 109 extern char *token_semi; |
119 extern char *token_slash; | 110 extern char *token_slash; |
120 extern char *token_threshold; | 111 extern char *token_threshold; |
121 | 112 |
122 #endif |