Skip to content

Conversation

@BigBoyBarney
Copy link
Contributor

slist_append:

https://curl.se/libcurl/c/curl_slist_append.html

Appends a string to a linked list of strings. The existing list should be passed as the first argument and the new list is returned from this function. Pass in NULL in the list argument to create a new list. The specified string has been appended when this function returns. curl_slist_append copies the string. The string argument must be a valid string pointer and cannot be NULL. [...]

multi_get_handles:

https://curl.se/libcurl/c/curl_multi_get_handles.html

Returns an array with pointers to all added easy handles. The end of the list is marked with a NULL pointer. [...]

@BigBoyBarney BigBoyBarney changed the title Fix minor issues withing curl bindings Fix minor issues within curl bindings Dec 15, 2025
@gingerBill gingerBill merged commit c8bea7f into odin-lang:master Dec 15, 2025
6 of 8 checks passed
@BigBoyBarney BigBoyBarney deleted the curl-fix branch December 15, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants