summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog7
-rw-r--r--src/include/krb5/adm_proto.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 851a8c07e..311030c08 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -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>
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index 358889ed7..bd98ee41b 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -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 *,