make -> mk.

add Bfdopen.
This commit is contained in:
rsc 2003-11-23 18:14:35 +00:00
parent f365e600d4
commit 986b36bccd
3 changed files with 21 additions and 9 deletions

View file

@ -55,6 +55,7 @@ struct Biobuf
(bp)->fid
int Bbuffered(Biobuf*);
Biobuf* Bfdopen(int, int);
int Bfildes(Biobuf*);
int Bflush(Biobuf*);
int Bgetc(Biobuf*);