aboutsummaryrefslogtreecommitdiff
path: root/include/libbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbio.h')
-rw-r--r--include/libbio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libbio.h b/include/libbio.h
index 7b28a55..558c163 100644
--- a/include/libbio.h
+++ b/include/libbio.h
@@ -63,8 +63,8 @@ typedef struct bio·Seq
char *q;
} bio·Seq;
-bio·SeqReader *bio·open(io·Reader io, void *rdr, mem·Allocator mem, void *heap);
-error bio·close(bio·SeqReader *rdr);
+bio·SeqReader *bio·openseq(io·Reader io, void *rdr, mem·Allocator mem, void *heap);
+error bio·closeseq(bio·SeqReader *rdr);
error bio·readfasta(bio·SeqReader *rdr, bio·Seq *seq);
error bio·readfastq(bio·SeqReader *rdr, bio·Seq *seq);