X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sam.h;h=049550161628948dc7a0f085ff936d07742d4485;hb=d46afb500a437323dda82920f9fb18324b2dbec0;hp=0b87194e05670ba287c9debe6e22c4d79a54e353;hpb=e50413dd979a616b604914afd2488a308359ec6a;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 }