Aktualizr
C++ SOTA Client
src
load_tests
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
Generated by
1.8.13