1 #ifndef OSTREEREPOSYNC_H_
2 #define OSTREEREPOSYNC_H_
12 namespace ostree_repo_sync {
14 bool ArchiveModeRepo(
const boost::filesystem::path& tmp_repo_dir);
15 bool LocalPullRepo(
const boost::filesystem::path& src_repo_dir,
const boost::filesystem::path& dst_repo_dir,
16 const std::string& =
"");
17 boost::filesystem::path GetOstreeRepoPath(
const boost::filesystem::path& ostree_sysroot_path);
21 #endif // OSTREEREPOSYNC_H_