From d5dd8e0fdc780777998c068dee4fd4ce3e5dffe0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Oct 2004 06:49:09 +0000 Subject: let our basename() be static --- lib/formdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/formdata.c b/lib/formdata.c index e03d75aea..91ad34c0a 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -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 */ -- cgit v1.2.3