]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed prototype of rp_free() since this function has never existed.
authorMartin Mares <mj@ucw.cz>
Fri, 27 Nov 1998 19:29:00 +0000 (19:29 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 27 Nov 1998 19:29:00 +0000 (19:29 +0000)
lib/resource.h

index 5c8d863d74ac699d17fc6bdc55e3f0ffad03bb41..b7f18b018860b523d17e6947064b7cc5efb6c606 100644 (file)
@@ -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 */