Commit d5dd8e0f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

let our basename() be static

parent c3688008
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */