Added http_close()

This commit is contained in:
Daniel Stenberg 2000-07-25 21:16:51 +00:00
parent 29eda80f96
commit 1156252f92
1 changed files with 3 additions and 0 deletions

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_done(struct connectdata *conn);
CURLcode http_connect(struct connectdata *conn);
CURLcode http_close(struct connectdata *conn);
#endif