X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam.h;h=64867f10733f6889c1a0e0fa7a61e8e2802c2407;hb=f8941aebcb194dbe1ff32c161d3cd51d80805d5d;hp=124817e71f50db325abe220be8420eeb1442ed84;hpb=ebb53787a79a02cfa51ce5baa303dc9cb805205f;p=samtools.git diff --git a/bam.h b/bam.h index 124817e..64867f1 100644 --- a/bam.h +++ b/bam.h @@ -509,6 +509,8 @@ extern "C" { */ int bam_plbuf_push(const bam1_t *b, bam_plbuf_t *buf); + int bam_pileup_file(bamFile fp, int mask, bam_pileup_f func, void *func_data); + struct __bam_lplbuf_t; typedef struct __bam_lplbuf_t bam_lplbuf_t; @@ -523,9 +525,6 @@ extern "C" { /*! @abstract bam_plbuf_push() equivalent with level calculated. */ int bam_lplbuf_push(const bam1_t *b, bam_lplbuf_t *buf); - /*! @abstract bam_plbuf_file() equivalent with level calculated. */ - int bam_lpileup_file(bamFile fp, int mask, bam_pileup_f func, void *func_data); - struct __bam_index_t; typedef struct __bam_index_t bam_index_t;