]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added http_close()
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2000 21:16:51 +0000 (21:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2000 21:16:51 +0000 (21:16 +0000)
lib/http.h

index 372b670c5e9d944a6e65951be8f65a18d0049256..0fb98e1081b33a74d6d99ad6aa0e70ab620c4342 100644 (file)
  * ------------------------------------------------------------
  ****************************************************************************/
 
+/* 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