0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Removed prototype of rp_free() since this function has never existed.

This commit is contained in:
Martin Mares 1998-11-27 19:29:00 +00:00
parent 3cef8c706c
commit a3afae585a

View File

@ -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 */