updating log entry server scripts
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
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 fast_send(const char* url, bool ignore_insecure);
|
||||
char* url_encode(const char* input);
|
||||
char* url_encode(const char* input);
|
||||
int upload_to_srv(const char* url, const char* filepath, bool ignore_insecure);
|
||||
Reference in New Issue
Block a user