src: remove final uses of Curl_ symbol prefixes in tool code

Closes #16678
This commit is contained in:
Daniel Stenberg 2025-03-12 09:03:45 +01:00
parent 67a1cfa5ef
commit af3fe375b3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 11 additions and 8 deletions

View file

@ -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
/*