Commit 1156252f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added http_close()

parent 29eda80f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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