summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h
index 4cec647d..5b1ea91f 100644
--- a/include/time.h
+++ b/include/time.h
@@ -102,7 +102,7 @@ extern int daylight;
extern long timezone;
extern char *tzname[2];
extern int getdate_err;
-extern struct tm *getdate (const char *);
+struct tm *getdate (const char *);
#endif