summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/http1.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/http1.h')
-rw-r--r--Utilities/cmcurl/lib/http1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmcurl/lib/http1.h b/Utilities/cmcurl/lib/http1.h
index b1eaa96..2de302f 100644
--- a/Utilities/cmcurl/lib/http1.h
+++ b/Utilities/cmcurl/lib/http1.h
@@ -56,6 +56,8 @@ ssize_t Curl_h1_req_parse_read(struct h1_req_parser *parser,
CURLcode Curl_h1_req_dprint(const struct httpreq *req,
struct dynbuf *dbuf);
+CURLcode Curl_h1_req_write_head(struct httpreq *req, int http_minor,
+ struct dynbuf *dbuf);
#endif /* !CURL_DISABLE_HTTP */
#endif /* HEADER_CURL_HTTP1_H */