1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

Added http_close()

This commit is contained in:
Daniel Stenberg 2000-07-25 21:16:51 +00:00
parent 29eda80f96
commit 1156252f92

View File

@ -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