mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:23:32 +03:00
src: remove final uses of Curl_ symbol prefixes in tool code
Closes #16678
This commit is contained in:
parent
67a1cfa5ef
commit
af3fe375b3
5 changed files with 11 additions and 8 deletions
|
|
@ -141,7 +141,7 @@ static void memory_tracking_init(void)
|
|||
}
|
||||
}
|
||||
#else
|
||||
# define memory_tracking_init() Curl_nop_stmt
|
||||
# define memory_tracking_init() tool_nop_stmt
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue