From: John Kohl Date: Wed, 5 Dec 1990 11:54:33 +0000 (+0000) Subject: need to widen a prototype X-Git-Tag: krb5-1.0-alpha3~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4860172afc7c81552a7eaa1d17bd4df9a9a1fd5c;p=krb5.git need to widen a prototype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1531 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/get_in_tkt.c b/src/lib/krb5/krb/get_in_tkt.c index fb2772fc5..e690f3650 100644 --- a/src/lib/krb5/krb/get_in_tkt.c +++ b/src/lib/krb5/krb/get_in_tkt.c @@ -56,9 +56,13 @@ extern krb5_deltat krb5_clockskew; /* some typedef's for the function args to make things look a bit cleaner */ +/* widen this prototype if need be */ +#include typedef krb5_error_code (*git_key_proc) PROTOTYPE((const krb5_keytype, krb5_keyblock **, krb5_const_pointer )); +#include + typedef krb5_error_code (*git_decrypt_proc) PROTOTYPE((const krb5_keyblock *, krb5_const_pointer, krb5_kdc_rep * ));