]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ipaccess.h
tableprinter: add of table_col_is_printed
[libucw.git] / ucw / ipaccess.h
index fa163ea9ea37e13a1c019a474cb2174d0c82358a..dff7234fdf87d539dfa5678c1dac4e7538216c17 100644 (file)
 #ifndef _UCW_IPACCESS_H
 #define _UCW_IPACCESS_H
 
 #ifndef _UCW_IPACCESS_H
 #define _UCW_IPACCESS_H
 
-#include "ucw/clists.h"
+#include <ucw/clists.h>
+
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define ip_addrmask_match ucw_ip_addrmask_match
+#define ip_addrmask_type ucw_ip_addrmask_type
+#define ipaccess_cf ucw_ipaccess_cf
+#define ipaccess_check ucw_ipaccess_check
+#endif
 
 extern struct cf_section ipaccess_cf;
 int ipaccess_check(clist *l, u32 ip);
 
 extern struct cf_section ipaccess_cf;
 int ipaccess_check(clist *l, u32 ip);