diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fstree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fstree.h b/include/fstree.h index ccd1bcc..96ddf8f 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -160,10 +160,6 @@ tree_node_t *fstree_mknode(tree_node_t *parent, const char *name, tree_node_t *fstree_add_generic(fstree_t *fs, const char *path, const struct stat *sb, const char *extra); -tree_node_t *fstree_add_generic_at(fstree_t *fs, tree_node_t *root, - const char *path, const struct stat *sb, - const char *extra); - /* This function performs all the necessary post processing steps on the file system tree, i.e. recursively sorting all directory entries by name, |