commit | 986b36bccd134726eea42f2cfabff2943d729ac4 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Nov 23 18:14:35 2003 +0000 |
committer | rsc <devnull@localhost> | Sun Nov 23 18:14:35 2003 +0000 |
tree | 2adf8dbbe9576ac333ebdd3fb35522cdc4541776 | |
parent | f365e600d41badc64b7a13ba385eb876d381abaa [diff] [blame] |
make -> mk. add Bfdopen.
diff --git a/include/bio.h b/include/bio.h index fda598a..600f094 100644 --- a/include/bio.h +++ b/include/bio.h
@@ -55,6 +55,7 @@ (bp)->fid int Bbuffered(Biobuf*); +Biobuf* Bfdopen(int, int); int Bfildes(Biobuf*); int Bflush(Biobuf*); int Bgetc(Biobuf*);