summaryrefslogtreecommitdiff
path: root/include/fstree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fstree.h')
-rw-r--r--include/fstree.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/fstree.h b/include/fstree.h
index c06efa7..7bc92fd 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -172,16 +172,6 @@ void fstree_post_process(fstree_t *fs);
*/
char *fstree_get_path(tree_node_t *node);
-/* ASCIIbetically sort a linked list of tree nodes */
-tree_node_t *tree_node_list_sort(tree_node_t *head);
-
-/*
- If the environment variable SOURCE_DATE_EPOCH is set to a parsable number
- that fits into an unsigned 32 bit value, return its value. Otherwise,
- default to 0.
- */
-sqfs_u32 get_source_date_epoch(void);
-
/*
Convert back to forward slashed, remove all preceeding and trailing slashes,
collapse all sequences of slashes, remove all path components that are '.'