Skip to content

cfilters: rename close/connect functions to avoid clashes - #11491

Closed
Futaura wants to merge 1 commit into
curl:masterfrom
Futaura:cfilter-struct-rename
Closed

cfilters: rename close/connect functions to avoid clashes#11491
Futaura wants to merge 1 commit into
curl:masterfrom
Futaura:cfilter-struct-rename

Conversation

@Futaura

@Futaura Futaura commented Jul 20, 2023

Copy link
Copy Markdown
Contributor

Rename close and connect in struct Curl_cftype for consistency and to avoid clashes with macros of the same name (the standard AmigaOS networking connect() function is implemented via a macro).

Rename `close` and `connect` in `struct Curl_cftype` for
consistency and to avoid clashes with macros of the same name
(the standard AmigaOS networking connect() function is implemented
via a macro).
@bagder

bagder commented Jul 20, 2023

Copy link
Copy Markdown
Member

Thanks!

@bagder bagder closed this in 7ad4c90 Jul 20, 2023
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
Rename `close` and `connect` in `struct Curl_cftype` for
consistency and to avoid clashes with macros of the same name
(the standard AmigaOS networking connect() function is implemented
via a macro).

Closes curl#11491
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants