From: John Kohl Date: Tue, 28 Aug 1990 11:26:50 +0000 (+0000) Subject: add prototype for gentime2unix X-Git-Tag: krb5-1.0-alpha2~361 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31cea685ffbf71c5c8c29caab7a210c7cbde17c4;p=krb5.git add prototype for gentime2unix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1050 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */