X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusd_id.h;h=740e5d6243edb2eec7d55b041a85514ab143b78c;hp=2b4cb6d8669332fe7d51566fc40bdc2f554acfef;hb=fa989780bda3ad10fcbb637390d59afe2b32ba81;hpb=d80ebf55afcde808265e4702c162d6b40d649260 diff --git a/ubusd_id.h b/ubusd_id.h index 2b4cb6d..740e5d6 100644 --- a/ubusd_id.h +++ b/ubusd_id.h @@ -10,6 +10,7 @@ struct ubus_id { }; void ubus_init_id_tree(struct avl_tree *tree); +void ubus_init_string_tree(struct avl_tree *tree, bool dup); bool ubus_alloc_id(struct avl_tree *tree, struct ubus_id *id, uint32_t val); static inline void ubus_free_id(struct avl_tree *tree, struct ubus_id *id)