diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -49,7 +49,6 @@ struct slot_results { struct active_request_slot { CURL *curl; - FILE *local; int in_use; CURLcode curl_result; long http_code; @@ -90,7 +89,6 @@ extern void http_init(struct remote *remote, const char *url, int proactive_auth); extern void http_cleanup(void); -extern int data_received; extern int active_requests; extern int http_is_verbose; extern size_t http_post_buffer; |