From 4ee671b63b18701a29cf9f119e2dc26a055c69c5 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 1 Sep 2019 16:28:16 +0200 Subject: API cleanup: Shuffle declarations around Move declarations for stuff that is defined in libsquashfs.so into the public headers and declarations for stuff that isn't, out of there. Also move the meta reader/writer helper functions to their respective headers. Signed-off-by: David Oberhollenzer --- lib/sqfshelper/write_inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqfshelper/write_inode.c') diff --git a/lib/sqfshelper/write_inode.c b/lib/sqfshelper/write_inode.c index 020eb64..1cd8e72 100644 --- a/lib/sqfshelper/write_inode.c +++ b/lib/sqfshelper/write_inode.c @@ -6,7 +6,7 @@ */ #include "config.h" -#include "sqfs/meta_writer.h" +#include "highlevel.h" #include "sqfs/inode.h" #include "sqfs/dir.h" #include "util.h" -- cgit v1.2.3