We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e37a06 commit 0495974Copy full SHA for 0495974
gen/generator.toml
@@ -22,6 +22,7 @@ use_deterministic_symbol = true
22
printer_blacklist = [
23
"CURL_SUFFIX_CURL_OFF_T",
24
"CURL_SUFFIX_CURL_OFF_TU",
25
+ "CURL_ZERO_TERMINATED",
26
]
27
28
definition_whitelist = [
gen/prologue.jl
@@ -19,6 +19,7 @@ end
19
20
const CURL_SUFFIX_CURL_OFF_T = Clong
21
const CURL_SUFFIX_CURL_OFF_TU = Culong
+const CURL_ZERO_TERMINATED = Csize_t(-1)
cacert = ""
0 commit comments