Whamcloud - gitweb
Fix various compiler -Wall warnings
[tools/e2fsprogs.git] / misc / create_inode_libarchive.h
1 #ifndef _CREATE_INODE_LIBARCHIVE_H
2 #define _CREATE_INODE_LIBARCHIVE_H
3
4 errcode_t __populate_fs_from_tar(ext2_filsys fs, ext2_ino_t root_ino,
5                                  const char *source_tar, ext2_ino_t root,
6                                  struct hdlinks_s *hdlinks,
7                                  struct file_info *target,
8                                  struct fs_ops_callbacks *fs_callbacks);
9
10 #endif /* _CREATE_INODE_LIBARCHIVE_H */