aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-07-05 15:50:09 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-07-08 19:17:35 +0200
commit62753ec36958c40f151fa223605aea5e6a50bd89 (patch)
tree9d07d8f920efca95d7d74b2d72bdc90c87e64fe0 /include
parenta412425bca4bb90a7c1b35acac6b185158f3cd4f (diff)
Cleanup: Get rid of libfstree "internal.h" header
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/fstree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fstree.h b/include/fstree.h
index 7bdbddf..1c5e5ef 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -269,4 +269,6 @@ int fstree_from_subdir(fstree_t *fs, tree_node_t *root,
int fstree_sort_files(fstree_t *fs, istream_t *sortfile);
+void fstree_insert_sorted(tree_node_t *root, tree_node_t *n);
+
#endif /* FSTREE_H */