src: s/Curl_safefree/curlx_safefree

Towards using curlx_ prefix for all libcurl code that is used in the
tool outside of the "real" API.

Closes #16664
This commit is contained in:
Daniel Stenberg 2025-03-10 23:03:09 +01:00
parent 794e9109d7
commit 438dd08b54
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
13 changed files with 143 additions and 140 deletions

View file

@ -64,4 +64,6 @@
#include "strparse.h"
/* The curlx_str_* parsing functions */
#define curlx_safefree(x) Curl_safefree(x)
#endif /* HEADER_CURL_CURLX_H */