|
Electroneum
|
#include <boost/algorithm/string.hpp>#include "misc_log_ex.h"#include "util.h"#include "dns_utils.h"#include "updates.h"
Go to the source code of this file.
Namespaces | |
| tools | |
| Various Tools. | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "updates" |
Functions | |
| bool | tools::check_updates (const std::string &software, const std::string &buildtag, std::string &version, std::string &hash) |
| std::string | tools::get_update_url (const std::string &software, const std::string &subdir, const std::string &buildtag, const std::string &version, bool user) |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "updates" |
Definition at line 37 of file updates.cpp.