We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bddb7eb + 069e78d commit e341338Copy full SHA for e341338
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