aboutsummaryrefslogtreecommitdiff
path: root/include/bio.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:14:35 +0000
committerrsc <devnull@localhost>2003-11-23 18:14:35 +0000
commit986b36bccd134726eea42f2cfabff2943d729ac4 (patch)
tree2adf8dbbe9576ac333ebdd3fb35522cdc4541776 /include/bio.h
parentf365e600d41badc64b7a13ba385eb876d381abaa (diff)
downloadplan9port-986b36bccd134726eea42f2cfabff2943d729ac4.tar.gz
plan9port-986b36bccd134726eea42f2cfabff2943d729ac4.tar.bz2
plan9port-986b36bccd134726eea42f2cfabff2943d729ac4.zip
make -> mk.
add Bfdopen.
Diffstat (limited to 'include/bio.h')
-rw-r--r--include/bio.h1
1 files changed, 1 insertions, 0 deletions
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*);