From e6a19ba1a05f77f051187a6b1a828ee6d39ce052 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 29 Jun 2022 18:21:58 +0200 Subject: Cleanup: split libtar header, move to sub directory Some of the on-disk format internals are moved to a separate header and some of the stuff from internal.h is moved to that format header. C++ guards are added in addtion. Everything PAX related is moved to pax_header.c, some internal functions are marked as static. Signed-off-by: David Oberhollenzer --- lib/tar/cleanup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tar/cleanup.c') diff --git a/lib/tar/cleanup.c b/lib/tar/cleanup.c index 2f814bf..9f33336 100644 --- a/lib/tar/cleanup.c +++ b/lib/tar/cleanup.c @@ -7,6 +7,8 @@ #include "config.h" #include "internal.h" +#include +#include void free_sparse_list(sparse_map_t *sparse) { -- cgit v1.2.3