* auth.h: Provide full prototype for xdr_des_block
authorEzra Peisach <epeisach@mit.edu>
Thu, 28 Jun 2001 20:46:58 +0000 (20:46 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 28 Jun 2001 20:46:58 +0000 (20:46 +0000)
commitab9f9a4a46e93259281d198a9fa9420886acd895
tree7bcc54a36ed419869208067efe82fd1084defeea
parent1af8e1107c28fd2ca3ab55486d0e0061509ec566
* auth.h: Provide full prototype for xdr_des_block

* auth_gssapi.h: Complete prototypes for
_svcauth_gssapi_unset_names().

* clnt.h: Prototype dispatch functions and all functions.

* clnt_perror.c: Prototype static auth_errmsg().

* clnt_raw.h clnt_tcp.c, clnt_udp.c: Provide prototypes to static
functions and match dispatch table prototypes. control function
takes void * instead of caddr_t.

* pmap_rmt.c: Move prototype for resultproc_t to pmap_clnt.h.

* rpc.h: get_myaddress returns int. Add prototypes for callrpc and
getrpcport.

* rpc_commondata.c (rpc_createerr): When initializing rpc_creaerr
use RPC_SUCCESS instead of 0.

* get_myaddress.c, rpc_dtablesize.c: Include gssrpc/rpc.h for
prototype.

* pmap_clnt.h, pmap_prot.h, pmap_rmt.h, rpc_msg.h: Full prototypes
for all functions.

* svc.c: Provide full prototype for static function.

* svc.h: Prototypes for dispatch functions added. Flushed out
prototypes for all functions missing prototypes. Added prototype
for svcfd_create.

* svc_auth.c: Prototypes for all functions referenced.

* svc_auth.h: Prototype dispatch functions to svc_auth_ops.

* svc_auth_any.c: Replace use of authany_wrap() with a new local
function that matches svc_auth_ops dispatch table.

* svc_simple.c: Provide prototype for static function
universal. Fill in missing types of parameters to
gssrpc_registerrpc.

* svc_raw.c svc_tcp.c, svc_udp.c: Provide prototypes for static
functions and match prototypes in dispatch table. Change getargs
and freeargs argument to void * from caddr_t.

* xdr.c (xdr_void): Function to match prototype of arguments given.

* xdr.h: Provide full prototypes for xdr_ops dispatch table and
xdr_void().

* svc_auth_gssapi.c, xdr_alloc.c, xdr_mem.c, xdr_rec.c,
xdr_stdio.c: Provide protypes for static functions and match
dispatch tables.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13528 dc483132-0cff-0310-8789-dd5450dbe970
33 files changed:
src/lib/rpc/ChangeLog
src/lib/rpc/auth.h
src/lib/rpc/auth_gssapi.h
src/lib/rpc/clnt.h
src/lib/rpc/clnt_perror.c
src/lib/rpc/clnt_raw.c
src/lib/rpc/clnt_tcp.c
src/lib/rpc/clnt_udp.c
src/lib/rpc/get_myaddress.c
src/lib/rpc/pmap_clnt.h
src/lib/rpc/pmap_prot.h
src/lib/rpc/pmap_rmt.c
src/lib/rpc/pmap_rmt.h
src/lib/rpc/rpc.h
src/lib/rpc/rpc_commondata.c
src/lib/rpc/rpc_dtablesize.c
src/lib/rpc/rpc_msg.h
src/lib/rpc/svc.c
src/lib/rpc/svc.h
src/lib/rpc/svc_auth.c
src/lib/rpc/svc_auth.h
src/lib/rpc/svc_auth_any.c
src/lib/rpc/svc_auth_gssapi.c
src/lib/rpc/svc_raw.c
src/lib/rpc/svc_simple.c
src/lib/rpc/svc_tcp.c
src/lib/rpc/svc_udp.c
src/lib/rpc/xdr.c
src/lib/rpc/xdr.h
src/lib/rpc/xdr_alloc.c
src/lib/rpc/xdr_mem.c
src/lib/rpc/xdr_rec.c
src/lib/rpc/xdr_stdio.c