mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
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:
parent
794e9109d7
commit
438dd08b54
13 changed files with 143 additions and 140 deletions
|
|
@ -64,4 +64,6 @@
|
|||
#include "strparse.h"
|
||||
/* The curlx_str_* parsing functions */
|
||||
|
||||
#define curlx_safefree(x) Curl_safefree(x)
|
||||
|
||||
#endif /* HEADER_CURL_CURLX_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue