]> mj.ucw.cz Git - libucw.git/blob - lib/ipaccess.h
Removed old KMP completely
[libucw.git] / lib / ipaccess.h
1 /*
2  *      UCW Library -- IP address access lists
3  *
4  *      (c) 1997--2001 Martin Mares <mj@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 struct ipaccess_list;
11
12 struct ipaccess_list *ipaccess_init(void);
13 byte *ipaccess_parse(struct ipaccess_list *l, byte *c, int is_allow);
14 int ipaccess_check(struct ipaccess_list *l, u32 ip);