diff options
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*); |