aboutsummaryrefslogtreecommitdiff
path: root/src/grecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grecs.h')
-rw-r--r--src/grecs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/grecs.h b/src/grecs.h
index 6dc3cda..41f88d9 100644
--- a/src/grecs.h
+++ b/src/grecs.h
@@ -331,4 +331,8 @@ struct grecs_node *grecs_find_node(struct grecs_node *node, const char *path);
struct grecs_node *grecs_node_from_path(const char *path, const char *value);
int grecs_tree_reduce(struct grecs_node *node, struct grecs_keyword *kwd);
+void grecs_tree_sort(struct grecs_node *node,
+ int (*compare)(struct grecs_node const *,
+ struct grecs_node const *));
+
#endif

Return to:

Send suggestions and report system problems to the System administrator.