Skip to content
Snippets Groups Projects
Commit 1156252f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added http_close()

parent 29eda80f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment