adding support for uploading log entrys to server
This commit is contained in:
@@ -6,4 +6,6 @@
|
||||
#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,bool ignore_insecure);
|
||||
int download_file_from_srv(const char* url, const char* outputFileName,bool ignore_insecure);
|
||||
int fast_send(const char* url, bool ignore_insecure);
|
||||
char* url_encode(const char* input);
|
||||
Reference in New Issue
Block a user