summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/k5-int.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 4f7578389..77abed719 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 10 10:37:21 1996 Theodore Y. Ts'o (tytso@dcl)
+
+ * krb5.hin (krb5_validate_times): Add prototype of new function.
+
Thu Mar 28 19:55:04 1996 Richard Basch <basch@lehman.com>
* krb5.hin: Added ENCTYPE_DES3_CBC_RAW
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 6daa9d1a6..6f2fe93e4 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1338,6 +1338,9 @@ krb5_error_code krb5_encode_kdc_rep
krb5_kdc_rep *,
krb5_data ** ));
+krb5_error_code krb5_validate_times
+ KRB5_PROTOTYPE((krb5_context,
+ krb5_ticket_times *));
/*
* [De]Serialization Handle and operations.
*/