summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-11-27 19:29:00 +0000
committerMartin Mares <mj@ucw.cz>1998-11-27 19:29:00 +0000
commita3afae585af9a544f919a95509107aae33fbe53c (patch)
treea99e5053370b6d2df2acda644f6e0ea253df8f13
parent3cef8c706ccfbc17d8af6aed7820c9231d908214 (diff)
Removed prototype of rp_free() since this function has never existed.
-rw-r--r--lib/resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/resource.h b/lib/resource.h
index 5c8d863d..b7f18b01 100644
--- a/lib/resource.h
+++ b/lib/resource.h
@@ -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 */