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