summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pool.h b/src/pool.h
index 3a547bb8..4ce1453f 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -33,7 +33,7 @@
extern "C" {
#endif
-void initPoolAlloc( PoolAlloc *poolAlloc, int sizeofT );
+void initPoolAlloc( struct pool_alloc *poolAlloc, int sizeofT );
Kid *kidAllocate( Program *prg );
void kidFree( Program *prg, Kid *el );