2 * UCW Library -- IP address access lists
4 * (c) 1997--2001 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
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);