1 NAME 2 bfconvert 3 4 DESCRIPTION 5 Convert APG Bloom-filter version 1.0.1 to 6 version 1.1.0 7 8 BUILD 9 Just type `make' and hit [Enter] at the 10 command prompt. 11 12 USAGE 13 bfconvert old_bf_file_name new_bf_file_name 14 15 RETURN 16 0 - success 17 -1 - something wrong 18 19 NOTE 20 Converted filter will be case sensitive. 21 22 Conversion to the case insensitive filter 23 is impossible because of the bloom-filter 24 nature.