summaryrefslogtreecommitdiff
path: root/lib/http2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http2.h')
-rw-r--r--lib/http2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/http2.h b/lib/http2.h
index 21e2c086a..d6986d97f 100644
--- a/lib/http2.h
+++ b/lib/http2.h
@@ -32,10 +32,9 @@
#define DEFAULT_MAX_CONCURRENT_STREAMS 100
/*
- * Store nghttp2 version info in this buffer, Prefix with a space. Return
- * total length written.
+ * Store nghttp2 version info in this buffer.
*/
-int Curl_http2_ver(char *p, size_t len);
+void Curl_http2_ver(char *p, size_t len);
const char *Curl_http2_strerror(uint32_t err);