summaryrefslogtreecommitdiff
path: root/tdate_parse.h
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2018-11-15 15:59:22 +0000
committerDmitry Bogatov <KAction@debian.org>2018-11-15 15:59:22 +0000
commitef18215493fbf5180b9a9b016ac70e0f3766f59c (patch)
tree50d0a9326af5bde662af0c9d68a30e7fa9da32da /tdate_parse.h
parentf8fad52c70a50762444785c2cfdbf617d288684e (diff)
Import Upstream version 1.21
Diffstat (limited to 'tdate_parse.h')
-rw-r--r--tdate_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdate_parse.h b/tdate_parse.h
index b4c5720..aaf0b66 100644
--- a/tdate_parse.h
+++ b/tdate_parse.h
@@ -28,6 +28,6 @@
#ifndef _TDATE_PARSE_H_
#define _TDATE_PARSE_H_
-extern time_t tdate_parse( char* str );
+time_t tdate_parse( char* str );
#endif /* _TDATE_PARSE_H_ */