diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 20:29:00 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 20:29:00 +0100 |
commit | a3afae585af9a544f919a95509107aae33fbe53c (patch) | |
tree | a99e5053370b6d2df2acda644f6e0ea253df8f13 /lib | |
parent | 3cef8c706ccfbc17d8af6aed7820c9231d908214 (diff) | |
download | bird-a3afae585af9a544f919a95509107aae33fbe53c.tar bird-a3afae585af9a544f919a95509107aae33fbe53c.zip |
Removed prototype of rp_free() since this function has never existed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/resource.h | 1 |
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 */ |