diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-05-25 22:57:14 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-05-25 22:57:14 +0000 |
| commit | c6dbd227392bc18e0edbe13cc194968d687f602d (patch) | |
| tree | 9b4a34b807c90f1dff9e9d3bd8edef9d3b644788 /src/include | |
| parent | 59dbc0f5a53f3675041c812d36b297e630af6d8d (diff) | |
| download | krb5-c6dbd227392bc18e0edbe13cc194968d687f602d.tar.gz krb5-c6dbd227392bc18e0edbe13cc194968d687f602d.tar.xz krb5-c6dbd227392bc18e0edbe13cc194968d687f602d.zip | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5/los-proto.h | 6 |
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__ */ |
