]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* samtools-0.1.3-20 (r276)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index 7167dc155588642ea79ce30b282b0e4dd84c0cef..163dc893e192d6eaa9ebfcc3b3b8614d142ca211 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -315,6 +315,9 @@ extern "C" {
         */
        bam_header_t *sam_header_read2(const char *fn_list);
 
+       bam_header_t *sam_header_read(tamFile fp);
+       int sam_header_parse(bam_header_t *h);
+
 #define sam_write1(header, b) bam_view1(header, b)
 
        /*!