From 2cc37815ae1f194c5a0c51e5761377caea9cc164 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 2004 18:47:19 +0000 Subject: Added rmove() (by Andreas, tweaked by me). --- lib/resource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/resource.h') diff --git a/lib/resource.h b/lib/resource.h index ab53048..42ed26e 100644 --- a/lib/resource.h +++ b/lib/resource.h @@ -37,6 +37,7 @@ pool *rp_new(pool *, char *); /* Create new pool */ void rfree(void *); /* Free single resource */ void rdump(void *); /* Dump to debug output */ void rlookup(unsigned long); /* Look up address (only for debugging) */ +void rmove(void *, pool *); /* Move to a different pool */ void *ralloc(pool *, struct resclass *); -- cgit v1.2.3