summaryrefslogtreecommitdiff
path: root/lib/vquic/vquic.h
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2023-01-11 10:30:42 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-01-12 10:14:17 +0100
commitdb91dbbf2c0a853670ce0246d6d6579e6b0f6c0c (patch)
tree4ed1851abd435b1175280bdc70a254c2b99c45f6 /lib/vquic/vquic.h
parent5cf5bfcd134c1378af6dbae723abf88e309117df (diff)
downloadcurl-db91dbbf2c0a853670ce0246d6d6579e6b0f6c0c.tar.gz
curl_log: for failf/infof and debug logging implementations
- new functions and macros for cfilter debugging - set CURL_DEBUG with names of cfilters where debug logging should be enabled - use GNUC __attribute__ to enable printf format checks during compile Closes #10271
Diffstat (limited to 'lib/vquic/vquic.h')
-rw-r--r--lib/vquic/vquic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vquic/vquic.h b/lib/vquic/vquic.h
index 815804eef..565ccefb9 100644
--- a/lib/vquic/vquic.h
+++ b/lib/vquic/vquic.h
@@ -49,6 +49,8 @@ bool Curl_conn_is_http3(const struct Curl_easy *data,
const struct connectdata *conn,
int sockindex);
+extern struct Curl_cftype Curl_cft_http3;
+
#else /* ENABLE_QUIC */
#define Curl_conn_is_http3(a,b,c) FALSE