]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fastbuf.h
Merge branch 'master' into dev-sizet
[libucw.git] / ucw / fastbuf.h
index 8db17b62ecece53ecb20e2ce04eca76b88519503..91c42b85fc4f2524f89fa537457c2b3aeecd771b 100644 (file)
@@ -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 <<mempool:mp_start()>>).
  * 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 <<mempool:mp_end()>>).
  * The length can be determined by calling <<mempool:mp_size(mp, ptr)>>.