* fcc-proto.h, fcc_reslv.c (krb5_fcc_resolve): Incoming name
authorEzra Peisach <epeisach@mit.edu>
Mon, 15 Sep 1997 19:24:20 +0000 (19:24 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 15 Sep 1997 19:24:20 +0000 (19:24 +0000)
        is const char *

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

src/lib/krb5/ccache/file/ChangeLog
src/lib/krb5/ccache/file/fcc-proto.h
src/lib/krb5/ccache/file/fcc_reslv.c

index af136d90c59165c4ded2efdc9c0262b227778e10..4c543864153e47043a0eb80dca8351d2d8f9804e 100644 (file)
@@ -1,3 +1,8 @@
+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
index 61b5cf3c154492811090e04eb522120eb773c5b0..d05eeb73c75040ff35ab23c919a4f1d05273c92e 100644 (file)
@@ -98,7 +98,7 @@ krb5_error_code krb5_fcc_read_authdatum
 
 /* 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 
index 8ba7d78b092834418a36b9fb78c0e5a492021ea0..5e3775ae46c126ebbeb823ba085811f914379386 100644 (file)
@@ -53,7 +53,7 @@ krb5_error_code KRB5_CALLCONV
 krb5_fcc_resolve (context, id, residual)
    krb5_context context;
    krb5_ccache *id;
-   char *residual;
+   const char *residual;
 {
      krb5_ccache lid;