krb5_crypto_us_timeofday
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6425
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Aug 4 23:04:06 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
+
+ * k5-int.h: Add prototypes for krb5_crypto_os_localaddr and
+ krb5_crypto_us_timeofday
Thu Jul 27 15:04:37 EDT 1995 Paul Park (pjpark@mit.edu)
* k5-int.h - Inline or delete header files included here. These were:
krb5_address *,
krb5_address *));
+/* in here to deal with stuff from lib/crypto/os */
+
+krb5_error_code krb5_crypto_os_localaddr
+ KRB5_PROTOTYPE((krb5_address ***));
+
+krb5_error_code krb5_crypto_us_timeofday
+ KRB5_PROTOTYPE((krb5_int32 *,
+ krb5_int32 *));
+
time_t gmt_mktime KRB5_PROTOTYPE((struct tm *));
#endif /* KRB5_LIBOS_PROTO__ */