X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sam.h;h=049550161628948dc7a0f085ff936d07742d4485;hb=ccb7838cb53bf0ca6917a77f7991d940057c12db;hp=0b87194e05670ba287c9debe6e22c4d79a54e353;hpb=9bd8cd7dd42efa091a9361bb06a29d1bead405ce;p=samtools.git diff --git a/sam.h b/sam.h index 0b87194..0495501 100644 --- a/sam.h +++ b/sam.h @@ -90,6 +90,7 @@ extern "C" { int sampileup(samfile_t *fp, int mask, bam_pileup_f func, void *data); char *samfaipath(const char *fn_ref); + int samthreads(samfile_t *fp, int n_threads, int n_sub_blks); #ifdef __cplusplus }