3d07a303e5af52023237b423611c2d9407ce1cdb
[ircu2.10.12-pk.git] / include / support.h
1 /*
2  * support.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_support_h
7 #define INCLUDED_support_h
8 #ifndef INCLUDED_config_h
9 #include "config.h"
10 #define INCLUDED_config_h
11 #endif
12 #if 0
13 #ifndef INCLUDED_sys_types_h
14 #include <sys/types.h>         /* broken BSD system headers */
15 #define INCLUDED_sys_types_h
16 #endif
17 #endif /* 0 */
18
19 /*
20  * Prototypes
21  */
22
23 extern int check_if_ipmask(const char *mask);
24 extern void write_log(const char *filename, const char *pattern, ...);
25
26 #endif /* INCLUDED_support_h */