oops, commit Configure part of PR#2234
[openssl.git] / crypto / o_time.h
index e391da75087e9b11264fb0bd229bf8549e808a18..671099a32dbcd9a874c2468a3d707558259a0144 100644 (file)
@@ -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