From 4c7870c21b9e645b349ddb77b091543b72c46bf5 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 23 Apr 2020 21:09:30 -0700 Subject: feat: made calling signature of interface accepting functions more reliable --- include/libbio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libbio.h') diff --git a/include/libbio.h b/include/libbio.h index 3cdab4e..2dc3d45 100644 --- a/include/libbio.h +++ b/include/libbio.h @@ -25,8 +25,8 @@ typedef struct bio·Tree } bio·Tree; /* newick i/o */ -bio·Tree bio·readnewick(io·Peeker stream, mem·Allocator heap); -error bio·writenewick(bio·Tree tree, io·Putter out); +bio·Tree bio·readnewick(io·Peeker stream, void*, mem·Allocator heap, void*); +error bio·writenewick(bio·Tree tree, io·Putter out, void*); // ----------------------------------------------------------------------- // Sequences -- cgit v1.2.1