Removed prototype of rp_free() since this function has never existed.
This commit is contained in:
parent
3cef8c706c
commit
a3afae585a
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ typedef struct pool pool;
|
|||
|
||||
void resource_init(void);
|
||||
pool *rp_new(pool *, char *); /* Create new pool */
|
||||
void rp_free(pool *); /* Free everything in the pool */
|
||||
void rfree(void *); /* Free single resource */
|
||||
void rdump(void *); /* Dump to debug output */
|
||||
|
||||
|
|
Loading…
Reference in a new issue