From c3dc5b65224ebcb532671320644cfb626a1b2e67 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 6 Oct 2019 21:54:26 +0200 Subject: Cleanup: move padd_sqfs to helper library Signed-off-by: David Oberhollenzer --- include/util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/util.h b/include/util.h index 481ea1f..b6102a3 100644 --- a/include/util.h +++ b/include/util.h @@ -95,9 +95,6 @@ int popd(void); SQFS_INTERNAL int padd_file(int outfd, sqfs_u64 size, size_t blocksize); -SQFS_INTERNAL -int padd_sqfs(sqfs_file_t *file, sqfs_u64 size, size_t blocksize); - /* Helper for allocating data structures with flexible array members. -- cgit v1.2.3