* adm_proto.h (krb5_adm_connect): Declare prompt string const char
authorEzra Peisach <epeisach@mit.edu>
Mon, 26 Feb 2001 18:23:34 +0000 (18:23 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 26 Feb 2001 18:23:34 +0000 (18:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13025 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/adm_proto.h

index 851a8c07e46eef2f8f277bb83e3eccababf76d72..311030c0876ca750572fb256d93fc9125e26279e 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb 26 13:22:43 2001  Ezra Peisach  <epeisach@mit.edu>
+
+       * adm_proto.h (krb5_adm_connect): Declare prompt string const char *. 
+
 2001-01-16  Ken Raeburn  <raeburn@mit.edu>
 
        * adm_proto.h, kdb.h, kdb_dbc.h, kdb_dbm.h, kdb_kt.h: Make all
@@ -10,7 +14,8 @@
 
 2000-5-18      Alexandra Ellwood <lxs@mit.edu>
 
-       * macsock.h: local_addr_fallback_kludge defined to 0 again... fixed gethostname
+       * macsock.h: local_addr_fallback_kludge defined to 0
+       again... fixed gethostname
 
 2000-5-9       Alexandra Ellwood <lxs@mit.edu>
 
index 358889ed7641394339c918866a73222a1794d790..bd98ee41bfbadaf14e56729eca1dd140298d3e0e 100644 (file)
@@ -57,7 +57,7 @@ typedef struct ___krb5_key_salt_tuple krb5_key_salt_tuple;
 KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_adm_connect
        (krb5_context,
         char *,
-        char *,
+        const char *,
         char *,
         int *,
         krb5_auth_context *,