summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-10-06 00:39:05 +0200
committercinap_lenrek <cinap_lenrek@centraldogma>2011-10-06 00:39:05 +0200
commitc0c9a9927f413e70f59158a10c460b1927985f44 (patch)
tree8455dbc351cf7c3536f21027a1ab56c407d585cc /sys/include
parent7e744bda2bfe0c664890b0f844591793fb08c976 (diff)
libbio: add Breadn
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/bio.h b/sys/include/bio.h
index f358c962c..fabc2b7c8 100644
--- a/sys/include/bio.h
+++ b/sys/include/bio.h
@@ -66,6 +66,7 @@ int Bputrune(Biobufhdr*, long);
void* Brdline(Biobufhdr*, int);
char* Brdstr(Biobufhdr*, int, int);
long Bread(Biobufhdr*, void*, long);
+long Breadn(Biobufhdr*, void*, long);
vlong Bseek(Biobufhdr*, vlong, int);
int Bterm(Biobufhdr*);
int Bungetc(Biobufhdr*);