X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrlugburz;a=blobdiff_plain;f=libs%2Ftreestore%2Ftreestore.h;fp=libs%2Ftreestore%2Ftreestore.h;h=842a489871bda63dfa90a1542cec933124e97d32;hp=6a3278a8798112a6cfd8ce897b97327dd8609664;hb=95e4bd8e387c3cb9fc325ae922052bf7bc7ae8ea;hpb=5c66bff3dc3b2fdf8b57908de4ebcfc6da6e3597 diff --git a/libs/treestore/treestore.h b/libs/treestore/treestore.h index 6a3278a..842a489 100644 --- a/libs/treestore/treestore.h +++ b/libs/treestore/treestore.h @@ -113,6 +113,8 @@ void ts_free_node(struct ts_node *n); /**< also calls ts_destroy_node */ /** recursively destroy all the nodes of the tree */ void ts_free_tree(struct ts_node *tree); +int ts_set_node_name(struct ts_node *node, const char *name); + void ts_add_attr(struct ts_node *node, struct ts_attr *attr); struct ts_attr *ts_get_attr(struct ts_node *node, const char *name);