mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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