aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbo Xu <jefflexu@linux.alibaba.com>2023-08-10 14:46:33 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2023-08-11 08:57:18 +0800
commit2dd318025111217a71713b962b7e92532d87ba1e (patch)
tree321b66f4f92e83999d700721c6336022d3bc60c4
parent6d7a0f5646ada42c69702947491aeb4cae5f84b5 (diff)
downloaderofs-utils-2dd318025111217a71713b962b7e92532d87ba1e.tar.gz
erofs-utils: lib: remove prototypes of removed functions
Remove prototypes of those that have been deleted. Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com> Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Link: https://lore.kernel.org/r/20230810064633.56218-2-jefflexu@linux.alibaba.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
-rw-r--r--include/erofs/tar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/erofs/tar.h b/include/erofs/tar.h
index b7c2ef8..d5648f6 100644
--- a/include/erofs/tar.h
+++ b/include/erofs/tar.h
@@ -29,10 +29,7 @@ struct erofs_tarfile {
bool index_mode, aufs;
};
-int tarerofs_init_empty_dir(struct erofs_inode *inode);
int tarerofs_parse_tar(struct erofs_inode *root, struct erofs_tarfile *tar);
-int tarerofs_reserve_devtable(struct erofs_sb_info *sbi, unsigned int devices);
-int tarerofs_write_devtable(struct erofs_sb_info *sbi, struct erofs_tarfile *tar);
#ifdef __cplusplus
}