]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* samtools-0.1.7-14 (r591)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index b418dcd796a171bcdecd71381db6dded02b5ab3a..f6d31a922b12a413528950c2288f4e28a7284215 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -482,7 +482,7 @@ extern "C" {
                uint32_t is_del:1, is_head:1, is_tail:1;
        } bam_pileup1_t;
 
-       typedef int (*bam_plp_auto_f)(bam1_t *b, void *data);
+       typedef int (*bam_plp_auto_f)(void *data, bam1_t *b);
 
        struct __bam_plp_t;
        typedef struct __bam_plp_t *bam_plp_t;