r18787@cathode-dark-space: coffman | 2006-11-09 10:25:52 -0500
ticket: new
subject: Remove obsolete/conflicting prototype for krb524_convert_princs
Tags: pullup
After krb524_convert_princs() was made static, the prototype in krb524d.h
no longer matches the actual function declaration and is no longer needed.
ticket: 4683
version_fixed: 1.6
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18794
dc483132-0cff-0310-8789-
dd5450dbe970
krb5_keyblock *v5_skey, krb5_keyblock *v4_skey,
struct sockaddr_in *saddr);
-/* conv_princ.c */
-
-int krb524_convert_princs
- (krb5_context context, krb5_principal client, krb5_principal server,
- char *pname, char *pinst, char *prealm,
- char *sname, char *sinst, char *srealm);
-
KRB524INT_END_DECLS
#endif /* KRB524INT_H */