blob: 21bcebf5f3f3b24ff7ed114cb5429c3d6dee6cc9 [file] [log] [blame]
#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,
int flags,
struct fs_ops_callbacks *fs_callbacks);
#endif /* _CREATE_INODE_LIBARCHIVE_H */