fixing bugs, changing some code from char arrays to c++ std::string
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
#define UPDATE_H
|
||||
#include <curl/curl.h>
|
||||
#include<string>
|
||||
int update_db(const char* folder_path);
|
||||
int update_settings(const char*settings_type);
|
||||
int update_db(const std::string& folder_path);
|
||||
int update_settings(const std::string& settings_type);
|
||||
int action_update_settings();
|
||||
int action_update_db();
|
||||
#endif
|
||||
Reference in New Issue
Block a user