mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:37:16 +03:00
let our basename() be static
This commit is contained in:
parent
c368800877
commit
d5dd8e0fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ void curl_formfree(struct curl_httppost *form)
|
|||
required to be reentrant is not required to be thread-safe.
|
||||
|
||||
*/
|
||||
char *basename(char *path)
|
||||
static char *basename(char *path)
|
||||
{
|
||||
/* Ignore all the details above for now and make a quick and simple
|
||||
implementaion here */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue