Loading lib/http.h +3 −0 Original line number Diff line number Diff line Loading @@ -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
lib/http.h +3 −0 Original line number Diff line number Diff line Loading @@ -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