X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fipaccess.h;h=a38c5fe3cd9a6e457b1c3bae007f862cd6767a8b;hb=e65a1a48088af1a5731f64b50ba933f4c29d5040;hp=2fed62a3efbe7d2bd1521a1b43640ac275af782e;hpb=f86adbc60833d5eafd664602b62797d37c9d61b9;p=libucw.git diff --git a/lib/ipaccess.h b/lib/ipaccess.h index 2fed62a3..a38c5fe3 100644 --- a/lib/ipaccess.h +++ b/lib/ipaccess.h @@ -15,10 +15,4 @@ extern struct cf_section ipaccess_cf; int ipaccess_check(clist *l, u32 ip); -/* FIXME: Hacks to make older modules compile */ -struct ipaccess_list { }; -#define ipaccess_init() NULL -#define ipaccess_parse(x,y,z) NULL -#define ipaccess_check_xxx(x,y) 0 - #endif