Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/lC_common_h.jl
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,8 @@ const CURLOPT_DNS_SHUFFLE_ADDRESSES = (UInt32)(275)
const CURLOPT_TLS13_CIPHERS = (UInt32)(10276)
const CURLOPT_PROXY_TLS13_CIPHERS = (UInt32)(10277)
const CURLOPT_DISALLOW_USERNAME_IN_URL = (UInt32)(278)
const CURLOPT_LASTENTRY = (UInt32)(279)
const CURLOPT_MAXAGE_CONN = UInt32(288)
const CURLOPT_LASTENTRY = (UInt32)(10299)
# end enum CURLoption

const CURLOPT_XFERINFODATA = CURLOPT_PROGRESSDATA
Expand Down
1 change: 1 addition & 0 deletions src/lC_exports_h.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1249,3 +1249,4 @@ export CURL_CSELECT_OUT
export CURL_CSELECT_ERR
export CURL_PUSH_OK
export CURL_PUSH_DENY
export CURLOPT_MAXAGE_CONN