2 * UCW Library -- Bit Array Signatures -- A Dubious Detector of Duplicates
4 * (c) 2002 Martin Mares <mj@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
15 struct bitsig *bitsig_init(uns perrlog, uns maxn);
16 void bitsig_free(struct bitsig *b);
17 int bitsig_member(struct bitsig *b, byte *item);
18 int bitsig_insert(struct bitsig *b, byte *item);