mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
pool: declare pooldump in pool.h. the manual says it is public.
This commit is contained in:
parent
f6a7c62823
commit
4afbc988ca
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue