X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffastbuf.h;h=922798ff183515a3d102191c6e614569373088e1;hb=b4d79987a979bcbf749294c706fdc8c4ae8f9304;hp=26d829ab8834977e56b69958c9802890318fbf6e;hpb=9ba0362e82c86148cdf80a655fcd2b8a3a933cb7;p=libucw.git diff --git a/lib/fastbuf.h b/lib/fastbuf.h index 26d829ab..922798ff 100644 --- a/lib/fastbuf.h +++ b/lib/fastbuf.h @@ -19,7 +19,6 @@ #include #include "lib/unaligned.h" -#include "lib/bbuf.h" /* * Generic buffered I/O. You supply hooks to be called for low-level operations @@ -342,7 +341,8 @@ int bgets_nodie(struct fastbuf *f, byte *b, uns l); byte *bgets0(struct fastbuf *f, byte *b, uns l); struct mempool; -uns bgets_bb(struct fastbuf *f, bb_t *b, uns limit); +struct bb_t; +uns bgets_bb(struct fastbuf *f, struct bb_t *b, uns limit); byte *bgets_mp(struct fastbuf *f, struct mempool *mp); struct bgets_stk_struct {