aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-05 06:49:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-05 06:49:09 +0000
commitd5dd8e0fdc780777998c068dee4fd4ce3e5dffe0 (patch)
tree1a4057eb42e4e38c75177c4a1c7c80fd0b79e615
parentc36880087731d8c5e114bf09d3a86f0c333bdf47 (diff)
let our basename() be static
-rw-r--r--lib/formdata.c2
1 files changed, 1 insertions, 1 deletions
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 */