Skip to content

Commit 0495974

Browse files
committed
Regenerate macros
1 parent 6e37a06 commit 0495974

File tree

3 files changed

+117
-124
lines changed

3 files changed

+117
-124
lines changed

gen/generator.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use_deterministic_symbol = true
2222
printer_blacklist = [
2323
"CURL_SUFFIX_CURL_OFF_T",
2424
"CURL_SUFFIX_CURL_OFF_TU",
25+
"CURL_ZERO_TERMINATED",
2526
]
2627

2728
definition_whitelist = [

gen/prologue.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919

2020
const CURL_SUFFIX_CURL_OFF_T = Clong
2121
const CURL_SUFFIX_CURL_OFF_TU = Culong
22+
const CURL_ZERO_TERMINATED = Csize_t(-1)
2223

2324
cacert = ""
2425

0 commit comments

Comments
 (0)