mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:33:31 +03:00
src: remove Curl_ prefix from tool-specific function
Since that's a prefix we use for library-private functions Curl_execpath is now tool_execpath Closes #16657
This commit is contained in:
parent
571e92f730
commit
8df315d5b3
4 changed files with 5 additions and 5 deletions
|
|
@ -214,7 +214,7 @@ int tool_ftruncate64(int fd, curl_off_t where)
|
|||
#endif /* USE_TOOL_FTRUNCATE */
|
||||
|
||||
#if defined(_WIN32) && !defined(UNDER_CE)
|
||||
FILE *Curl_execpath(const char *filename, char **pathp)
|
||||
FILE *tool_execpath(const char *filename, char **pathp)
|
||||
{
|
||||
static char filebuffer[512];
|
||||
unsigned long len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue