Files
apg/bfconvert
Adel I. Mirzazhanov df3f864b46 APG v2.2.0
2023-07-12 15:40:01 +06:00
..
2023-07-12 15:40:01 +06:00
2023-07-12 15:40:01 +06:00
2023-07-12 15:40:01 +06:00

NAME
   bfconvert

DESCRIPTION
   Convert APG Bloom-filter version 1.0.1 to
   version 1.1.0

BUILD
   Just type `make' and hit [Enter] at the
   command prompt.

USAGE
   bfconvert old_bf_file_name new_bf_file_name

RETURN
   0 - success
  -1 - something wrong

NOTE
   Converted filter will be case sensitive.
   
   Conversion to the case insensitive filter
   is impossible because of the bloom-filter
   nature.