diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/k5-int.h | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c7d842ff9..62c6d8d5f 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 5f5867cec..c6df14030 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__ */ |
