From 522b0689c340d26feeac360640bf7e2e0582353c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 19:05:50 +0000 Subject: Reorg --- include/bio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bio.h') diff --git a/include/bio.h b/include/bio.h index c4812392..fda598ac 100644 --- a/include/bio.h +++ b/include/bio.h @@ -71,6 +71,7 @@ long Bread(Biobuf*, void*, long); off_t Bseek(Biobuf*, off_t, int); int Bterm(Biobuf*); int Bungetc(Biobuf*); +int Bungetrune(Biobuf*); long Bwrite(Biobuf*, void*, long); char* Brdstr(Biobuf*, int, int); long Bgetrune(Biobuf*); -- cgit v1.2.3