X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam.h;h=9330075ed10bcbcd67e3fba245f87909b56b42ef;hb=13f55c1789c59ae9a376ffa817e112b24be30069;hp=eb4a375bdc236d9954ef69975f101ea07741fac4;hpb=f08c0abe0850773c68bd72280f6063ef6d4505f1;p=samtools.git diff --git a/bam.h b/bam.h index eb4a375..9330075 100644 --- a/bam.h +++ b/bam.h @@ -592,7 +592,7 @@ extern "C" { void bam_parse_region(bam_header_t *header, const char *str, int *ref_id, int *begin, int *end); void bam_aux_append(bam1_t *b, const char tag[2], char type, int len, uint8_t *data); - uint8_t *bam_aux_get_core(bam1_t *b, const char tag[2]); // an alias of bam_aux_get() + // uint8_t *bam_aux_get_core(bam1_t *b, const char tag[2]); // an alias of bam_aux_get() uint8_t *bam_aux_get(bam1_t *b, const char tag[2]); int32_t bam_aux2i(const uint8_t *s); float bam_aux2f(const uint8_t *s);