summaryrefslogtreecommitdiffstats
path: root/crypto/o_time.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-15 13:17:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-15 13:17:15 +0000
commit7f7f155103d9c390eadd67fcc0087d4600755d6e (patch)
tree9a770d1ef6df5f83ea9e14f9e6acf03753984d8c /crypto/o_time.h
parent45078e6c52cb183bc21dd31b0003744b1eae963a (diff)
oops, commit Configure part of PR#2234
Diffstat (limited to 'crypto/o_time.h')
-rw-r--r--crypto/o_time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/o_time.h b/crypto/o_time.h
index e391da7508..671099a32d 100644
--- a/crypto/o_time.h
+++ b/crypto/o_time.h
@@ -63,5 +63,6 @@
struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
+int OPENSSL_gmtime_diff(struct tm *from, struct tm *to, int *pday, int *psec);
#endif