From: Martin Mares Date: Tue, 25 Apr 2006 21:37:28 +0000 (+0200) Subject: More ipaccess work-arounds (will be gone soon). X-Git-Tag: holmes-import~645^2~11^2~42 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f86adbc60833d5eafd664602b62797d37c9d61b9;p=libucw.git More ipaccess work-arounds (will be gone soon). --- diff --git a/lib/ipaccess.h b/lib/ipaccess.h index 8e003bdc..2fed62a3 100644 --- a/lib/ipaccess.h +++ b/lib/ipaccess.h @@ -19,6 +19,6 @@ int ipaccess_check(clist *l, u32 ip); struct ipaccess_list { }; #define ipaccess_init() NULL #define ipaccess_parse(x,y,z) NULL -#define ipaccess_check(x,y) 0 +#define ipaccess_check_xxx(x,y) 0 #endif