Aktualizr
C++ SOTA Client
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
treehub.h
1 #ifndef LT_TREEHUB_H
2 #define LT_TREEHUB_H
3 
4 #include <boost/filesystem.hpp>
5 
6 void fetchFromOstree(const boost::filesystem::path &baseDir, const boost::filesystem::path &outputDir,
7  const std::string &branchName, const std::string &remoteUrl, const unsigned int rate,
8  const unsigned int nr, const unsigned int parallelism);
9 
10 #endif // LT_TREEHUB_H