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