diff options
author | rsc <devnull@localhost> | 2003-11-23 18:14:35 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-11-23 18:14:35 +0000 |
commit | 986b36bccd134726eea42f2cfabff2943d729ac4 (patch) | |
tree | 2adf8dbbe9576ac333ebdd3fb35522cdc4541776 /include | |
parent | f365e600d41badc64b7a13ba385eb876d381abaa (diff) | |
download | plan9port-986b36bccd134726eea42f2cfabff2943d729ac4.tar.gz plan9port-986b36bccd134726eea42f2cfabff2943d729ac4.tar.bz2 plan9port-986b36bccd134726eea42f2cfabff2943d729ac4.zip |
make -> mk.
add Bfdopen.
Diffstat (limited to 'include')
-rw-r--r-- | include/bio.h | 1 |
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*); |