summaryrefslogtreecommitdiffstats
path: root/lib/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/resource.h')
-rw-r--r--lib/resource.h1
1 files changed, 1 insertions, 0 deletions
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 *);