fix bad function declarations in manpages
This commit is contained in:
parent
7b10062669
commit
424424fe50
17 changed files with 24 additions and 24 deletions
|
@ -31,7 +31,7 @@ int poolisoverlap(Pool* pool, void* ptr, ulong len)
|
|||
void* poolrealloc(Pool* pool, void* ptr, ulong size)
|
||||
.PP
|
||||
.B
|
||||
void poolcompact(Pool* pool)
|
||||
int poolcompact(Pool* pool)
|
||||
.PP
|
||||
.B
|
||||
void poolcheck(Pool *pool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue