X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fbitsig.h;h=65e25b15d9528476ed5cf9976b4c535b0666382c;hb=ca885e18959ced4df7084ccf262c7b5df5848bdb;hp=88aba524414c66a9f2866ea3c29397024868924e;hpb=fa5fc267286efc42f0c610c4e54a117a9bc07232;p=libucw.git diff --git a/lib/bitsig.h b/lib/bitsig.h index 88aba524..65e25b15 100644 --- a/lib/bitsig.h +++ b/lib/bitsig.h @@ -7,5 +7,6 @@ struct bitsig; struct bitsig *bitsig_init(uns perrlog, uns maxn); +void bitsig_free(struct bitsig *b); int bitsig_member(struct bitsig *b, byte *item); int bitsig_insert(struct bitsig *b, byte *item);