summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-08-28 11:26:50 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-08-28 11:26:50 +0000
commit31cea685ffbf71c5c8c29caab7a210c7cbde17c4 (patch)
tree38a194c9b6874316b0f607bb1f8e91161d1ad306 /src/include
parente5121b74bf3190c794bbd38af230737e87cd6d48 (diff)
downloadkrb5-31cea685ffbf71c5c8c29caab7a210c7cbde17c4.tar.gz
krb5-31cea685ffbf71c5c8c29caab7a210c7cbde17c4.tar.xz
krb5-31cea685ffbf71c5c8c29caab7a210c7cbde17c4.zip
add prototype for gentime2unix
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1050 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/asn.1/asn1defs.h3
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 7d972f833c..51822984e5 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__ */