Skip to content

lib: add "Curl_" prefix to two global functions - #22245

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/curl-prefix
Closed

lib: add "Curl_" prefix to two global functions#22245
bagder wants to merge 1 commit into
masterfrom
bagder/curl-prefix

Conversation

@bagder

@bagder bagder commented Jul 2, 2026

Copy link
Copy Markdown
Member

To make it clear what they are and according to our styleguide.

  • Curl_cf_ip_happy_insert_after
  • Curl_ftp_conns_match

Found with:

$ nm lib/.libs/libcurl.a | grep ' T ' | grep -vi ' curl'

To make it clear what they are and according to our styleguide.

- Curl_cf_ip_happy_insert_after
- Curl_ftp_conns_match

Found with:

$ nm lib/.libs/libcurl.a | grep ' T ' | grep -vi ' curl'
@bagder
bagder marked this pull request as ready for review July 2, 2026 10:34
@bagder bagder closed this in d3a7e57 Jul 2, 2026
@bagder
bagder deleted the bagder/curl-prefix branch July 2, 2026 10:36
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.

1 participant