aboutsummaryrefslogtreecommitdiff
path: root/include/tar.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-15 18:07:47 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-09-15 18:07:47 +0200
commit129e1758a5e2cf851f042e139fdd808a9be9ce94 (patch)
tree2d94d2135446afe659e94f57103d2e2eab26389c /include/tar.h
parent8ee3ee9c71418dbdb73d4350c17056024fb7ec41 (diff)
Move sparse_map_t to libsquashfs headers, rename it to sqfs_sparse_map_t
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/tar.h')
-rw-r--r--include/tar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tar.h b/include/tar.h
index 44db5fe..38f6289 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -13,6 +13,7 @@
#include <stdbool.h>
#include <stdint.h>
+#include "sqfs/io.h"
#include "util.h"
typedef struct {
@@ -74,7 +75,7 @@ typedef struct {
struct stat sb;
char *name;
char *link_target;
- sparse_map_t *sparse;
+ sqfs_sparse_map_t *sparse;
uint64_t actual_size;
uint64_t record_size;
bool unknown_record;