X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fbitsig.h;h=07a72bc1a0b9f7792d74e35d7a7478f4e92cdf3b;hb=0db6e10eac28f38bfc3b325b13ad95107c58ce1e;hp=d9e78e27fe5461fff8d9406085c1d58b1eeabdd3;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/bitsig.h b/ucw/bitsig.h index d9e78e27..07a72bc1 100644 --- a/ucw/bitsig.h +++ b/ucw/bitsig.h @@ -10,6 +10,13 @@ #ifndef _UCW_BITSIG_H #define _UCW_BITSIG_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define bitsig_free ucw_bitsig_free +#define bitsig_init ucw_bitsig_init +#define bitsig_insert ucw_bitsig_insert +#define bitsig_member ucw_bitsig_member +#endif + struct bitsig; struct bitsig *bitsig_init(uns perrlog, uns maxn);