aboutsummaryrefslogtreecommitdiff
path: root/include/libbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbio.h')
-rw-r--r--include/libbio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbio.h b/include/libbio.h
index 4c93656..40ff2f9 100644
--- a/include/libbio.h
+++ b/include/libbio.h
@@ -40,5 +40,6 @@ typedef struct bio·Seq
byte *q;
} bio·Seq;
-bio·FastaReader *bio·newfastareader(io·Reader stream, void *s, mem·Allocator heap, void *h);
+bio·FastaReader *bio·openfasta(io·Reader stream, void *s, mem·Allocator heap, void *h);
error bio·readfasta(bio·FastaReader *rdr, bio·Seq *seq);
+error bio·closefasta(bio·FastaReader *rdr);