From 31cea685ffbf71c5c8c29caab7a210c7cbde17c4 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 28 Aug 1990 11:26:50 +0000 Subject: [PATCH] add prototype for gentime2unix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1050 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/asn.1/asn1defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/krb5/asn.1/asn1defs.h b/src/include/krb5/asn.1/asn1defs.h index 7d972f833..51822984e 100644 --- a/src/include/krb5/asn.1/asn1defs.h +++ b/src/include/krb5/asn.1/asn1defs.h @@ -182,5 +182,8 @@ krb5_priv_enc_part *KRB5_EncKrbPrivPart2krb5_priv_enc_part struct type_UNIV_GeneralizedTime *unix2gentime PROTOTYPE((const int, register int *)); +long gentime2unix + PROTOTYPE((const struct type_UNIV_GeneralizedTime *, + int *)); #endif /* KRB5_ASN1DEFS__ */ -- 2.26.2