aboutsummaryrefslogtreecommitdiff
path: root/include/libbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbio.h')
-rw-r--r--include/libbio.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/libbio.h b/include/libbio.h
index 9f54015..3cdab4e 100644
--- a/include/libbio.h
+++ b/include/libbio.h
@@ -25,16 +25,17 @@ typedef struct bio·Tree
} bio·Tree;
/* newick i/o */
-bio·Tree bio·readnewick(Stream *file, mem·Allocator heap);
-error bio·writenewick(bio·Tree tree, Stream *out);
+bio·Tree bio·readnewick(io·Peeker stream, mem·Allocator heap);
+error bio·writenewick(bio·Tree tree, io·Putter out);
// -----------------------------------------------------------------------
// Sequences
+#if 0
typedef struct bio·FastaReader bio·FastaReader;
/* fasta/q i/o */
bio·Seq *bio·newfastareader(Stream *file, mem·Allocator heap);
bio·Seq *bio·readfasta(bio·FastaParser *p);
error bio·writefasta(bio·Seq *seq, Stream *out);
-
+#endif