mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04: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(struct connectdata *conn);
|
||||||
CURLcode http_done(struct connectdata *conn);
|
CURLcode http_done(struct connectdata *conn);
|
||||||
CURLcode http_connect(struct connectdata *conn);
|
CURLcode http_connect(struct connectdata *conn);
|
||||||
|
CURLcode http_close(struct connectdata *conn);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user