summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog4
-rw-r--r--src/include/krb5/los-proto.h6
2 files changed, 10 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index ea3a2260b..ecd9ba27f 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 25 15:39:31 1995 Keith Vetter (keithv@fusion.com)
+
+ * los-proto.h: moved in the prototype for krb5_make_fulladdr.
+
Tue May 23 15:33:00 1995 Theodore Y. Ts'o (tytso@dcl)
* k5-config.h, k5-sockets.h: Move the sockets specific setup out
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 7f9a74f37..154537377 100644
--- a/src/include/krb5/los-proto.h
+++ b/src/include/krb5/los-proto.h
@@ -125,4 +125,10 @@ void krb5_os_free_context
krb5_error_code krb5_find_config_files
PROTOTYPE(());
+krb5_error_code krb5_make_fulladdr
+ PROTOTYPE((krb5_context,
+ krb5_address *,
+ krb5_address *,
+ krb5_address *));
+
#endif /* KRB5_LIBOS_PROTO__ */