diff options
Diffstat (limited to 'lib/http_client.h')
-rw-r--r-- | lib/http_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_client.h b/lib/http_client.h index fddc5158..38175b70 100644 --- a/lib/http_client.h +++ b/lib/http_client.h @@ -88,3 +88,4 @@ struct http_request *http_dorequest_url( char *url_string, http_input_function f /* For streaming connections only; flushes len bytes at the start of the buffer. */ void http_flush_bytes( struct http_request *req, size_t len ); +void http_close( struct http_request *req ); |