Harden threading and path handling
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ void connection_show_message(connection_t * connection,
|
||||
const char *format, ...);
|
||||
void connection_calc_ratebps(connection_t * connection);
|
||||
void connection_throttle_bps(connection_t * connection);
|
||||
void get_url_info_loop(connection_t * connection);
|
||||
void *get_url_info_loop(void *opaque);
|
||||
size_t write_data_with_lock(connection_t *connection, const void *ptr, size_t size, size_t nmemb);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user