diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-09-23 11:16:46 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-10-24 15:57:18 +0200 |
commit | 9f2d63162e82d423faeda9c7449d6edd819e4591 (patch) | |
tree | fa22cd6a89655ef9726c64336be47a209bac1a15 /include | |
parent | ee26abcab9faf037cf87438cca20d54e5b0edd05 (diff) |
Move the directory iterator test to libsquashfs, move the tree
scanning code to libcommon.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r-- | include/dir_tree_iterator.h (renamed from include/io/dir_iterator.h) | 2 | ||||
-rw-r--r-- | include/tar/tar.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/io/dir_iterator.h b/include/dir_tree_iterator.h index 7154b08..e9a4a79 100644 --- a/include/io/dir_iterator.h +++ b/include/dir_tree_iterator.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-3.0-or-later */ /* - * dir_iterator.h + * dir_tree_iterator.h * * Copyright (C) 2023 David Oberhollenzer <goliath@infraroot.at> */ diff --git a/include/tar/tar.h b/include/tar/tar.h index 84cffb5..6b1bed8 100644 --- a/include/tar/tar.h +++ b/include/tar/tar.h @@ -9,7 +9,6 @@ #include "config.h" #include "compat.h" -#include "io/dir_iterator.h" #include "sqfs/io.h" #include <stdbool.h> |