From a3afae585af9a544f919a95509107aae33fbe53c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 27 Nov 1998 19:29:00 +0000 Subject: Removed prototype of rp_free() since this function has never existed. --- lib/resource.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/resource.h') 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 */ -- cgit v1.2.3