* mcc-proto.h, mcc_reslv.c (krb5_mcc_resolve): Incoming name
authorEzra Peisach <epeisach@mit.edu>
Mon, 15 Sep 1997 19:25:08 +0000 (19:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 15 Sep 1997 19:25:08 +0000 (19:25 +0000)
        is const char *

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10195 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/memory/ChangeLog
src/lib/krb5/ccache/memory/mcc-proto.h
src/lib/krb5/ccache/memory/mcc_reslv.c

index cff55099b4c357c1cdc29358d98dcdd8834f7620..064474728c3376e491c192bc360d2ef428a8d460 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 15 15:15:33 1997  Ezra Peisach  <epeisach@mit.edu>
+
+       * mcc-proto.h, mcc_reslv.c (krb5_mcc_resolve): Incoming name
+               is const char *
+
 Thu Jan  2 17:02:00 1997  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in:
index d41ad4952359ebc7e58a7b579df5dcb1db37ee9d..fe66c798f52a48804f66bcf45ab85b78766388a2 100644 (file)
@@ -65,7 +65,7 @@ krb5_error_code KRB5_CALLCONV krb5_mcc_next_cred
 
 /* mcc_reslv.c */
 krb5_error_code KRB5_CALLCONV krb5_mcc_resolve 
-       PROTOTYPE((krb5_context, krb5_ccache *id , char *residual ));
+       PROTOTYPE((krb5_context, krb5_ccache *id , const char *residual ));
 
 /* mcc_retrv.c */
 krb5_error_code KRB5_CALLCONV krb5_mcc_retrieve 
index a2468d8d03b584389d6a8b5f52b37b5b5763fed5..9285198a1e3c1453d396a39fd88308cc928c20f0 100644 (file)
@@ -53,7 +53,7 @@ krb5_error_code KRB5_CALLCONV
 krb5_mcc_resolve (context, id, residual)
    krb5_context context;
    krb5_ccache *id;
-   char *residual;
+   const char *residual;
 {
      krb5_ccache lid;
      krb5_mcc_data *ptr;