summaryrefslogtreecommitdiffstats
path: root/misc/create_inode_libarchive.h
blob: 78c454e3c5c274c46940e5a2faefa3ad4846dfec (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _CREATE_INODE_LIBARCHIVE_H
#define _CREATE_INODE_LIBARCHIVE_H

errcode_t __populate_fs_from_tar(ext2_filsys fs, ext2_ino_t root_ino,
				 const char *source_tar, ext2_ino_t root,
				 struct hdlinks_s *hdlinks,
				 struct file_info *target,
				 struct fs_ops_callbacks *fs_callbacks);

#endif /* _CREATE_INODE_LIBARCHIVE_H */