From ed68a5c6a4da7050995934adb07612dea1cf6644 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 May 1998 21:37:37 +0000 Subject: Resource pools are now named. --- lib/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/resource.h') 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 */ -- cgit v1.2.3