summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/strtok.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/Curl/strtok.c')
-rw-r--r--Source/CTest/Curl/strtok.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/Source/CTest/Curl/strtok.c b/Source/CTest/Curl/strtok.c
index 42ac1d8..630e4e0 100644
--- a/Source/CTest/Curl/strtok.c
+++ b/Source/CTest/Curl/strtok.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2002, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -27,6 +27,8 @@
#include <stddef.h>
#include <string.h>
+#include "strtok.h"
+
char *
Curl_strtok_r(char *ptr, const char *sep, char **end)
{
@@ -64,11 +66,3 @@ Curl_strtok_r(char *ptr, const char *sep, char **end)
}
#endif /* this was only compiled if strtok_r wasn't present */
-
-/*
- * local variables:
- * eval: (load-file "../curl-mode.el")
- * end:
- * vim600: fdm=marker
- * vim: et sw=2 ts=2 sts=2 tw=78
- */