prototype for krb5_init_etype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2337 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-16 01:14:27 +00:00
parent 23b81dac0e
commit 65d053861b

View File

@@ -142,4 +142,10 @@ extract_ticket(krb5_context context,
krb5_decrypt_proc decrypt_proc,
krb5_const_pointer decryptarg);
krb5_error_code
krb5_init_etype (krb5_context context,
unsigned *len,
unsigned **val,
const krb5_enctype *etypes);
#endif /* __KRB5_LOCL_H__ */