Make i2r_sctlist static.
[openssl.git] / crypto / o_time.h
index 671099a32dbcd9a874c2468a3d707558259a0144..fcf8c230e182971a467b6e2496aee7fc2f6f1579 100644 (file)
@@ -63,6 +63,7 @@
 
 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);
+int OPENSSL_gmtime_diff(int *pday, int *psec,
+                       const struct tm *from, const struct tm *to);
 
 #endif