*bindresvport.c: Include gssrpc/rpc.h for prototype
authorEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 21:16:13 +0000 (21:16 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 21:16:13 +0000 (21:16 +0000)
commit8a1635f11d8d10708a16865011c213b923a4baaa
treec765c1fa7ce0f7129858acaa94fb6ffe2744aa25
parentc8e13d295727448b483a0b5f0f809af8a52ccbfe
*bindresvport.c: Include gssrpc/rpc.h for prototype

* auth_unix.h: Expand prototype for xdr_authunix_params to include
arguments.

* auth_gssapi.h: Give full prototypes for xdr_gss_buf,
xdr_authgssapi_creds, xdr_authgssapi_init_arg and
xdr_authgssapi_init_res.

* auth_gssapi.c, auth_none.c, auth_unix.c: For struct AUTH
disptach functions, provide full prototypes and ensure consistant
usage in functions

* auth.h: Provide prototypes dispatch functions in struct
AUTH. Give a forward declaration of struct rpc_msg. Change
duplicate definitions of AUTH_WRAP and AUTH_UNWRAP into auth_wrap
and auth_unwrap. Give full prototype for authany_wrap.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13521 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/ChangeLog
src/lib/rpc/auth.h
src/lib/rpc/auth_gssapi.c
src/lib/rpc/auth_gssapi.h
src/lib/rpc/auth_none.c
src/lib/rpc/auth_unix.c
src/lib/rpc/auth_unix.h
src/lib/rpc/bindresvport.c