updating call_srv
This commit is contained in:
@@ -6,5 +6,4 @@
|
||||
#include <string>
|
||||
#include <curl/curl.h>
|
||||
int connect_to_srv(const char* url, char* out, int max_len, bool ignore_insecure);
|
||||
int download_file_from_srv(const char* url, const char* outputFileName);
|
||||
int call_srv(const char*, const char*,const char*);
|
||||
int download_file_from_srv(const char* url, const char* outputFileName,bool ignore_insecure);
|
||||
Reference in New Issue
Block a user