summaryrefslogtreecommitdiffstats
path: root/src/idmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idmap.h')
-rw-r--r--src/idmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/idmap.h b/src/idmap.h
index 73e226e2..d6141c2d 100644
--- a/src/idmap.h
+++ b/src/idmap.h
@@ -23,7 +23,8 @@ struct idmap;
struct idmap *idmap_new(unsigned int size);
void idmap_free(struct idmap *idmap);
-void idmap_put(struct idmap *idmap, unsigned int bit);
+void idmap_put(struct idmap *idmap, unsigned int id);
+void idmap_take(struct idmap *idmap, unsigned int id);
unsigned int idmap_alloc(struct idmap *idmap);
unsigned int idmap_alloc_next(struct idmap *idmap, unsigned int last);
struct idmap *idmap_new_from_range(unsigned int min, unsigned int max);