summaryrefslogtreecommitdiff
path: root/include/curl/stdcheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/curl/stdcheaders.h')
-rw-r--r--include/curl/stdcheaders.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/curl/stdcheaders.h b/include/curl/stdcheaders.h
index 6f0f7f343..027b6f421 100644
--- a/include/curl/stdcheaders.h
+++ b/include/curl/stdcheaders.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2016, 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
@@ -24,8 +24,8 @@
#include <sys/types.h>
-size_t fread (void *, size_t, size_t, FILE *);
-size_t fwrite (const void *, size_t, size_t, FILE *);
+size_t fread(void *, size_t, size_t, FILE *);
+size_t fwrite(const void *, size_t, size_t, FILE *);
int strcasecmp(const char *, const char *);
int strncasecmp(const char *, const char *, size_t);