adding support for self check and db updat ewith zip files

This commit is contained in:
jakani24
2024-03-29 10:11:39 +01:00
parent 3b450984b8
commit aa0bc23f50
53 changed files with 786 additions and 146 deletions

View File

@@ -4,6 +4,7 @@
#include <curl/curl.h>
#include<string>
int update_db(const std::string& folder_path);
int update_db2(const std::string& folder_path);
int update_settings(const std::string& settings_type);
int action_update_settings();
int action_update_db();