diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/asn.1/asn1defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
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__ */ |
