mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Added http_close()
This commit is contained in:
parent
29eda80f96
commit
1156252f92
@ -41,8 +41,11 @@
|
||||
* ------------------------------------------------------------
|
||||
****************************************************************************/
|
||||
|
||||
/* protocol-specific functions set up to be called by the main engine */
|
||||
|
||||
CURLcode http(struct connectdata *conn);
|
||||
CURLcode http_done(struct connectdata *conn);
|
||||
CURLcode http_connect(struct connectdata *conn);
|
||||
CURLcode http_close(struct connectdata *conn);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user