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

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

src/lib/krb5/ccache/stdio/ChangeLog
src/lib/krb5/ccache/stdio/scc-proto.h
src/lib/krb5/ccache/stdio/scc_reslv.c

index 4ea166911f73a56333e9765d1bb7b884fc0c6cb9..49c0b9ec78151fe5cc5496d7ece7681554fb1fcc 100644 (file)
@@ -1,3 +1,8 @@
+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:
index 76a1f77147d060905fccc42119c1077d93c20f92..20a0006f36627eec791f4903239d41e691aa4aaf 100644 (file)
@@ -141,7 +141,7 @@ krb5_error_code krb5_scc_read_authdatum
 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 
index e26354fd63720f570feb601aaa762182f3858ecf..a809a474481961a28c56a3bd3fa0c872213bc4d4 100644 (file)
@@ -53,7 +53,7 @@ krb5_error_code
 krb5_scc_resolve (context, id, residual)
    krb5_context context;
    krb5_ccache *id;
-   char *residual;
+   const char *residual;
 {
      krb5_ccache lid;