summaryrefslogtreecommitdiffstats
path: root/crypto/o_time.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-15 13:25:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-15 13:25:26 +0000
commit1bf508c9cff57587df382cf5729d0d937405d59d (patch)
tree10ece7cd3c204de8fe8d5f9e6dbb472f12ffb0d9 /crypto/o_time.h
parent799668c1ceebda16a93371923459b0fdf5670fa4 (diff)
new function to diff tm structures
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