]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/bcf.h
* vcfutils.pl: fixed a typo in help message
[samtools.git] / bcftools / bcf.h
index 72861113d5bac07b66d7014f41a8c95b888e143d..36578956bbae06d4c216c121a2ddb3a94cad94d8 100644 (file)
@@ -106,6 +106,10 @@ extern "C" {
        int bcf_destroy(bcf1_t *b);
        // BCF->VCF conversion
        char *bcf_fmt(const bcf_hdr_t *h, bcf1_t *b);
+       // append more info
+       int bcf_append_info(bcf1_t *b, const char *info, int l);
+       // copy
+       int bcf_cpy(bcf1_t *r, const bcf1_t *b);
 
        // open a VCF or BCF file if "b" is set in "mode"
        bcf_t *vcf_open(const char *fn, const char *mode);