X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fparse.h;h=4a0a0dded6d8668c03ad81e20400e60bec14ecfe;hb=229848ff462383b1fba2a073e5f7139856d2873d;hp=6224ab8d07368e735cfcb7d504ea67da05994b6e;hpb=a7a328a691ab370ed7fd61c9c04af9def02395d5;p=fastq-tools.git diff --git a/src/parse.h b/src/parse.h index 6224ab8..4a0a0dd 100644 --- a/src/parse.h +++ b/src/parse.h @@ -12,6 +12,7 @@ #define FASTQ_TOOLS_PARSE_H #include +#include #include /* A string structure to keep-track of a reserved space. */ @@ -41,6 +42,10 @@ seq_t* seq_create(); void seq_free(seq_t* seq); +/* Hash a fastq entry. */ +uint32_t seq_hash(const seq_t* seq); + + /* Internal data for the fastq parser. */ typedef struct fastq_t_ fastq_t;