]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.h
Always define the memory allocation primitives with the `sh_' prefix,
[libucw.git] / lib / fastbuf.h
index 25c11d70e0d2aaed6bf38b13cdd41b2d29ebd189..777630c8b92d146c265cb4455d50a0bbe77fc312 100644 (file)
@@ -122,7 +122,7 @@ void bflush(struct fastbuf *f);
 void bseek(struct fastbuf *f, sh_off_t pos, int whence);
 void bsetpos(struct fastbuf *f, sh_off_t pos);
 void brewind(struct fastbuf *f);
-void bskip(struct fastbuf *f, uns len);
+int bskip(struct fastbuf *f, uns len);
 sh_off_t bfilesize(struct fastbuf *f);
 
 static inline sh_off_t btell(struct fastbuf *f)