X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Ffastbuf.h;h=91c42b85fc4f2524f89fa537457c2b3aeecd771b;hb=f1155256f7a168f5e2c0097cb4e7197b79c4f041;hp=8db17b62ecece53ecb20e2ce04eca76b88519503;hpb=6912c77a66798de162fe31f79581cd7b5c97f12c;p=libucw.git diff --git a/ucw/fastbuf.h b/ucw/fastbuf.h index 8db17b62..91c42b85 100644 --- a/ucw/fastbuf.h +++ b/ucw/fastbuf.h @@ -481,7 +481,7 @@ void fbpool_init(struct fbpool *fb); /** Initialize a new mempool fastbuf. **/ * Start a new continuous block and prepare for writing (see <>). * Provide the memory pool you want to use for this block as @mp. **/ -void fbpool_start(struct fbpool *fb, struct mempool *mp, uint init_size); +void fbpool_start(struct fbpool *fb, struct mempool *mp, size_t init_size); /** * Close the block and return the address of its start (see <>). * The length can be determined by calling <>.