*** empty log message ***
This commit is contained in:
@@ -9,8 +9,8 @@ typedef struct __bdz_config_data_t bdz_config_data_t;
|
||||
bdz_config_data_t *bdz_config_new();
|
||||
void bdz_config_set_hashfuncs(cmph_config_t *mph, CMPH_HASH *hashfuncs);
|
||||
void bdz_config_destroy(cmph_config_t *mph);
|
||||
void bdz_config_set_b(cmph_config_t *mph, cmph_uint8 b);
|
||||
cmph_t *bdz_new(cmph_config_t *mph, float c);
|
||||
void bdz_config_set_b(cmph_config_t *mph, cmph_uint32 b);
|
||||
cmph_t *bdz_new(cmph_config_t *mph, double c);
|
||||
|
||||
void bdz_load(FILE *f, cmph_t *mphf);
|
||||
int bdz_dump(cmph_t *mphf, FILE *f);
|
||||
|
||||
Reference in New Issue
Block a user