/// \file controller_updater.h /// Contains all code for the controller updater. #include #include #include namespace Controller{ void updateThread(void *np); JSON::Value checkUpdateInfo(); void checkUpdates(); void insertUpdateInfo(JSON::Value &ret); void updateComponent(const std::string &component, const std::string &md5sum); }