add prototype for gentime2unix
authorJohn Kohl <jtkohl@mit.edu>
Tue, 28 Aug 1990 11:26:50 +0000 (11:26 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 28 Aug 1990 11:26:50 +0000 (11:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1050 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/asn.1/asn1defs.h

index 7d972f833c701e0517d1b3c9b22652c0aa505740..51822984e58dbb4239d8e365e9e0655ac7fc2776 100644 (file)
@@ -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__ */