summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/include/pool.h1
1 files changed, 1 insertions, 0 deletions
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;