summaryrefslogtreecommitdiffstats
path: root/server/util/btreemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/util/btreemap.h')
-rw-r--r--server/util/btreemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util/btreemap.h b/server/util/btreemap.h
index c5c415075..8d7fb1595 100644
--- a/server/util/btreemap.h
+++ b/server/util/btreemap.h
@@ -35,7 +35,7 @@ void *btreemap_get_value(struct btreemap *map, const void *key);
int btreemap_set_value(TALLOC_CTX *mem_ctx,
struct btreemap **map, const void *key, void *value,
btreemap_comparison_fn comparator);
-void btreemap_get_keys(TALLOC_CTX *mem_ctx, struct btreemap *map, const void ***array, int *count);
+int btreemap_get_keys(TALLOC_CTX *mem_ctx, struct btreemap *map, const void ***array, int *count);
#endif /*BTREEMAP_H_*/