We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddb7eb commit 069e78dCopy full SHA for 069e78d
1 file changed
src/lcopturl.h
@@ -8,7 +8,10 @@ ENTRY_PART(query, UPART_QUERY , CURLUE_NO_QUERY )
8
ENTRY_PART(scheme, UPART_SCHEME , CURLUE_NO_SCHEME )
9
ENTRY_PART(url, UPART_URL , CURLUE_OK )
10
ENTRY_PART(user, UPART_USER , CURLUE_NO_USER )
11
+
12
+#if LCURL_CURL_VER_GE(7,65,0)
13
ENTRY_PART(zoneid, UPART_ZONEID , CURLUE_UNKNOWN_PART )
14
+#endif
15
16
ENTRY_FLAG(DEFAULT_PORT )
17
ENTRY_FLAG(NO_DEFAULT_PORT )
0 commit comments