* k5-int.h: Add prototypes for krb5_crypto_os_localaddr and
authorTom Yu <tlyu@mit.edu>
Sat, 5 Aug 1995 03:59:53 +0000 (03:59 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 5 Aug 1995 03:59:53 +0000 (03:59 +0000)
krb5_crypto_us_timeofday

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6425 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/k5-int.h

index c7d842ff93d0808cfea34934c11e57fe942fb5ed..62c6d8d5fb2e341cbed4763a95f4144dcf896078 100644 (file)
@@ -1,3 +1,7 @@
+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:
index 5f5867cec96dcfa9b8b7968679c424a90a3bb4c3..c6df14030c86b7544f35f9621fd2d2ce3fff183f 100644 (file)
@@ -955,6 +955,15 @@ krb5_error_code krb5_make_fulladdr
               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__ */