is const char *.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10194
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Sep 15 15:15:33 1997 Ezra Peisach <epeisach@mit.edu>
+
+ * scc-proto.h, scc_reslv.c (krb5_scc_resolve): Incoming name
+ is const char *.
+
Thu Jan 2 17:03:44 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
krb5_error_code krb5_scc_resolve
PROTOTYPE((krb5_context,
krb5_ccache *id ,
- char *residual ));
+ const char *residual ));
/* scc_retrv.c */
krb5_error_code krb5_scc_retrieve
krb5_scc_resolve (context, id, residual)
krb5_context context;
krb5_ccache *id;
- char *residual;
+ const char *residual;
{
krb5_ccache lid;