From 035aacf6f5c23f0513e240046818ef203e8d87cb Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 14 Dec 2014 20:21:42 +0100 Subject: bio: add Bfdopen() from plan9port --- sys/include/bio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/include') diff --git a/sys/include/bio.h b/sys/include/bio.h index 776f7b0f5..157e525c4 100644 --- a/sys/include/bio.h +++ b/sys/include/bio.h @@ -59,6 +59,7 @@ int Binits(Biobufhdr*, int, int, uchar*, int); int Blinelen(Biobufhdr*); vlong Boffset(Biobufhdr*); Biobuf* Bopen(char*, int); +Biobuf* Bfdopen(int, int); int Bprint(Biobufhdr*, char*, ...); int Bvprint(Biobufhdr*, char*, va_list); int Bputc(Biobufhdr*, int); -- cgit v1.2.3