Change #273689
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Thu 02 Jul 2026 12:36:07 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | d3a7e571571d6d63039c5d75180f3bcfc4a632ce |
Comments
lib: add "Curl_" prefix to two global functions 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' Closes #22245
Changed files
- lib/cf-ip-happy.c
- lib/cf-ip-happy.h
- lib/cf-setup.c
- lib/ftp.c
- lib/ftp.h
- lib/url.c