/*************************************************************************
* Prototypes for krb5_decode.c
*************************************************************************/
-
-krb5_error_code
-krb5int_validate_times(krb5_context, krb5_ticket_times *);
-
/*
krb5_error_code decode_krb5_structure(const krb5_data *code,
krb5_structure **rep);
krb5_error_code krb5int_copy_etypes(const krb5_enctype *old_list,
krb5_enctype **new_list);
+krb5_error_code
+krb5int_validate_times(krb5_context, krb5_ticket_times *);
+
#endif /* KRB5_INT_FUNC_PROTO__ */
*/
#include "k5-int.h"
+#include "int-proto.h"
/*
* This is an internal routine which validates the krb5_timestamps
krb5_unparse_name_flags_ext
krb5_us_timeofday
krb5_use_natural_time
-krb5int_validate_times
krb5_verify_authdata_kdc_issued
krb5_verify_init_creds
krb5_verify_init_creds_opt_init