summaryrefslogtreecommitdiffstats
path: root/lib/resource.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-26 23:37:37 +0200
committerMartin Mares <mj@ucw.cz>1998-05-26 23:37:37 +0200
commited68a5c6a4da7050995934adb07612dea1cf6644 (patch)
tree2ab0c69f2555731bca5b851cd928c2a1de0183e1 /lib/resource.h
parentd5417b379f05541418fb4f1ac87100ba8106b0c6 (diff)
downloadbird-ed68a5c6a4da7050995934adb07612dea1cf6644.tar
bird-ed68a5c6a4da7050995934adb07612dea1cf6644.zip
Resource pools are now named.
Diffstat (limited to 'lib/resource.h')
-rw-r--r--lib/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resource.h b/lib/resource.h
index 03c083a..5c8d863 100644
--- a/lib/resource.h
+++ b/lib/resource.h
@@ -32,7 +32,7 @@ struct resclass {
typedef struct pool pool;
void resource_init(void);
-pool *rp_new(pool *); /* Create new pool */
+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 */