From 986b36bccd134726eea42f2cfabff2943d729ac4 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 18:14:35 +0000 Subject: make -> mk. add Bfdopen. --- include/bio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bio.h') diff --git a/include/bio.h b/include/bio.h index fda598ac..600f0948 100644 --- a/include/bio.h +++ b/include/bio.h @@ -55,6 +55,7 @@ struct Biobuf (bp)->fid int Bbuffered(Biobuf*); +Biobuf* Bfdopen(int, int); int Bfildes(Biobuf*); int Bflush(Biobuf*); int Bgetc(Biobuf*); -- cgit v1.2.3