]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* samtools-0.1.3-3 (r240)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index c0bde4b9374e742ddda46dcc9474e78d4a2c1d45..92e7a36da97299d50aaa89e2576fb1242cf1576f 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -600,6 +600,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(bam1_t *b, const char tag[2]);
        int32_t bam_aux2i(const uint8_t *s);
        float bam_aux2f(const uint8_t *s);