X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bcftools%2Fbcf.h;h=6932f35147a72c88fb7a4bd9bed682403c677a4c;hb=c5d9a2277fc92480fb816fcc748f36213917250a;hp=84f0c2d941eb24db6a8c3b0cbc015e2402d80a1e;hpb=83269f1c658e0ae99bad316461c3598accb3ec6c;p=samtools.git diff --git a/bcftools/bcf.h b/bcftools/bcf.h index 84f0c2d..6932f35 100644 --- a/bcftools/bcf.h +++ b/bcftools/bcf.h @@ -148,6 +148,7 @@ extern "C" { // string hash table void *bcf_build_refhash(bcf_hdr_t *h); void bcf_str2id_destroy(void *_hash); + void bcf_str2id_thorough_destroy(void *_hash); int bcf_str2id_add(void *_hash, const char *str); int bcf_str2id(void *_hash, const char *str); void *bcf_str2id_init();