]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcf.h
* samtools-0.1.12-10 (r896)
[samtools.git] / bcftools / bcf.h
index 84f0c2d941eb24db6a8c3b0cbc015e2402d80a1e..6932f35147a72c88fb7a4bd9bed682403c677a4c 100644 (file)
@@ -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();