aboutsummaryrefslogtreecommitdiff
path: root/src/include/krb5
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-02-26 18:23:34 +0000
committerEzra Peisach <epeisach@mit.edu>2001-02-26 18:23:34 +0000
commit4036994d4fe71c6c10383e7ffd5e70c5de261a45 (patch)
tree315a1790beeff7cafe74e5feda28102e3a52da1f /src/include/krb5
parentf1084090738a70aa8804c817c694566d30d291ce (diff)
downloadkrb5-4036994d4fe71c6c10383e7ffd5e70c5de261a45.zip
krb5-4036994d4fe71c6c10383e7ffd5e70c5de261a45.tar.gz
krb5-4036994d4fe71c6c10383e7ffd5e70c5de261a45.tar.bz2
* adm_proto.h (krb5_adm_connect): Declare prompt string const char
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13025 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
-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 851a8c0..311030c 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 358889e..bd98ee4 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 *,