From 4afbc988cadd89e9063a10d27996fa09025ed3f5 Mon Sep 17 00:00:00 2001 From: mischief Date: Mon, 9 Jun 2014 12:17:45 -0700 Subject: pool: declare pooldump in pool.h. the manual says it is public. --- sys/include/pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/include/pool.h b/sys/include/pool.h index 1442e9536..571373e9f 100644 --- a/sys/include/pool.h +++ b/sys/include/pool.h @@ -39,6 +39,7 @@ extern void* poolrealloc(Pool*, void*, ulong); extern void poolcheck(Pool*); extern int poolcompact(Pool*); extern void poolblockcheck(Pool*, void*); +extern void pooldump(Pool*); extern Pool* mainmem; extern Pool* imagmem; -- cgit v1.2.3