summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/krb5.hin3
2 files changed, 7 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index ec0cd8708..6d39c6231 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 6 17:19:26 1995 Tom Yu <tlyu@lothlorien.MIT.EDU>
+
+ * krb5.hin: Change definition of krb5_os_localaddr to include
+ context argument.
+
Wed July 5 15:52:31 1995 James Mattly <mattly@fusion.com>
* k5-int.h disable inclusion of profile.h for macintosh build
* krb5.h enable inclusion of sys/types.h on HAS_SYS_TYPES
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 45ee5f616..f750acb69 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1586,7 +1586,8 @@ krb5_error_code INTERFACE krb5_timeofday
krb5_int32 FAR * ));
/* get all the addresses of this host */
krb5_error_code INTERFACE krb5_os_localaddr
- KRB5_PROTOTYPE((krb5_address FAR * FAR * FAR *));
+ KRB5_PROTOTYPE((krb5_context,
+ krb5_address FAR * FAR * FAR *));
krb5_error_code INTERFACE krb5_get_default_realm
KRB5_PROTOTYPE((krb5_context,
char FAR * FAR * ));