summaryrefslogtreecommitdiffstats
path: root/lib/resource.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-11-27 20:29:00 +0100
committerMartin Mares <mj@ucw.cz>1998-11-27 20:29:00 +0100
commita3afae585af9a544f919a95509107aae33fbe53c (patch)
treea99e5053370b6d2df2acda644f6e0ea253df8f13 /lib/resource.h
parent3cef8c706ccfbc17d8af6aed7820c9231d908214 (diff)
downloadbird-a3afae585af9a544f919a95509107aae33fbe53c.tar
bird-a3afae585af9a544f919a95509107aae33fbe53c.zip
Removed prototype of rp_free() since this function has never existed.
Diffstat (limited to 'lib/resource.h')
-rw-r--r--lib/resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/resource.h b/lib/resource.h
index 5c8d863..b7f18b0 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 */