is const char *
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10193
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Sep 15 15:15:33 1997 Ezra Peisach <epeisach@mit.edu>
+
+ * fcc-proto.h, fcc_reslv.c (krb5_fcc_resolve): Incoming name
+ is const char *
+
Sat Feb 22 22:25:09 1997 Richard Basch <basch@lehman.com>
* Makefile.in: Use some of the new library list build rules in
/* fcc_reslv.c */
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_fcc_resolve
- KRB5_PROTOTYPE((krb5_context, krb5_ccache *id , char *residual ));
+ KRB5_PROTOTYPE((krb5_context, krb5_ccache *id , const char *residual ));
/* fcc_retrv.c */
KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_fcc_retrieve
krb5_fcc_resolve (context, id, residual)
krb5_context context;
krb5_ccache *id;
- char *residual;
+ const char *residual;
{
krb5_ccache lid;