X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sam%2Fsam.h;h=049550161628948dc7a0f085ff936d07742d4485;hb=HEAD;hp=0b87194e05670ba287c9debe6e22c4d79a54e353;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387;p=rsem.git diff --git a/sam/sam.h b/sam/sam.h index 0b87194..0495501 100644 --- a/sam/sam.h +++ b/sam/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 }