X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fparse.h;fp=src%2Fparse.h;h=0f697e5b1d5ae6efa5abe1e44f84f6fc64efdf16;hb=724ef14a889816a1987fa9b039c84809f437ee61;hp=4a0a0dded6d8668c03ad81e20400e60bec14ecfe;hpb=52779892ccc2ac676654a34baff8d1e7645121de;p=fastq-tools.git diff --git a/src/parse.h b/src/parse.h index 4a0a0dd..0f697e5 100644 --- a/src/parse.h +++ b/src/parse.h @@ -45,6 +45,10 @@ void seq_free(seq_t* seq); /* Hash a fastq entry. */ uint32_t seq_hash(const seq_t* seq); +/* Set the seed to use for seq_hash. Different seeds result in different hash + * functions. */ +void seq_hash_set_seed(uint32_t seed); + /* Internal data for the fastq parser. */ typedef struct fastq_t_ fastq_t;