#pragma once #ifndef UPDATE_H #define UPDATE_H #include #include 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(); int update_system(); #endif