]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/bitsig.h
Opt: Documented opt and its interaction with conf
[libucw.git] / ucw / bitsig.h
index d9e78e27fe5461fff8d9406085c1d58b1eeabdd3..07a72bc1a0b9f7792d74e35d7a7478f4e92cdf3b 100644 (file)
 #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);