Add prototype of new function
authorTheodore Tso <tytso@mit.edu>
Wed, 10 Apr 1996 14:40:28 +0000 (14:40 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 10 Apr 1996 14:40:28 +0000 (14:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7778 dc483132-0cff-0310-8789-dd5450dbe970

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

index 4f757838908153eb52e0d1b1d5ce41dcbc74c0ca..77abed71947aa3d3346ce1c4ca2f0e9c3294f0e8 100644 (file)
@@ -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
index 6daa9d1a6a8a2a20cd48ee7998434581592e7da0..6f2fe93e4cb6ef0dd90baab4344e5dca07f28e50 100644 (file)
@@ -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.
  */