mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Removed prototype of rp_free() since this function has never existed.
This commit is contained in:
parent
3cef8c706c
commit
a3afae585a
@ -33,7 +33,6 @@ typedef struct pool pool;
|
|||||||
|
|
||||||
void resource_init(void);
|
void resource_init(void);
|
||||||
pool *rp_new(pool *, char *); /* Create new pool */
|
pool *rp_new(pool *, char *); /* Create new pool */
|
||||||
void rp_free(pool *); /* Free everything in the pool */
|
|
||||||
void rfree(void *); /* Free single resource */
|
void rfree(void *); /* Free single resource */
|
||||||
void rdump(void *); /* Dump to debug output */
|
void rdump(void *); /* Dump to debug output */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user