diff --git a/lib/http.h b/lib/http.h
index 372b670c5e9d944a6e65951be8f65a18d0049256..0fb98e1081b33a74d6d99ad6aa0e70ab620c4342 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -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