From c6dbd227392bc18e0edbe13cc194968d687f602d Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Thu, 25 May 1995 22:57:14 +0000 Subject: Several small changes to get the PC working without warnings git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5879 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 4 ++++ src/include/krb5/los-proto.h | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'src/include') 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__ */ -- cgit