summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1995-08-05 03:59:53 +0000
committerTom Yu <tlyu@mit.edu>1995-08-05 03:59:53 +0000
commit0d6362a930179b1945f2b1f0954c4fb6010d6078 (patch)
treee4fffde04003dff1357c537d109e91f84bb7d59a /src/include
parentfd5d884f98089e608174f63199ea04acda4d77be (diff)
downloadkrb5-0d6362a930179b1945f2b1f0954c4fb6010d6078.tar.gz
krb5-0d6362a930179b1945f2b1f0954c4fb6010d6078.tar.xz
krb5-0d6362a930179b1945f2b1f0954c4fb6010d6078.zip
* k5-int.h: Add prototypes for krb5_crypto_os_localaddr and
krb5_crypto_us_timeofday git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6425 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/k5-int.h9
2 files changed, 13 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index c7d842ff93..62c6d8d5fb 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -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:
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 5f5867cec9..c6df14030c 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -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__ */