pool: declare pooldump in pool.h. the manual says it is public.

This commit is contained in:
mischief 2014-06-09 12:17:45 -07:00
parent f6a7c62823
commit 4afbc988ca

View file

@ -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;