* xdr.h: Flush out prototypes for xdrmem_create(),
authorEzra Peisach <epeisach@mit.edu>
Sun, 18 Feb 2001 22:56:00 +0000 (22:56 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 18 Feb 2001 22:56:00 +0000 (22:56 +0000)
commit052836e76ac8a9aa1ccd7012af20f85dc9262445
tree16053208d49fdd5de29c9d42627155f8816db91c
parent3d8678fbdb672fde7f1ba047d7ab40d1727f4b57
* xdr.h: Flush out prototypes for xdrmem_create(),
        xdrstdio_create(), xdrrec_create(), xdralloc_create(),
        xdralloc_release(), xdrrec_endofrecord(), xdrrec_skiprecord(),
        xdrrec_eof(), xdralloc_getdata(). Add prototype for
        gssrpc_xdr_fre().

* xdr.c: Argument to gssrpc_xdr_free(0 changed from char * to void
        *. xdr_u_char() changed to take unsigned char * instead of char *.

* auth_unix.c: Include unistd.h and string.h for
        prototypes. Declare marshal_new_auth() as static void instead of
        static bool_t based on usage.

* auth.h, svc_auth.h: Provide full prototypes for a number of
        functions.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13010 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/ChangeLog
src/lib/rpc/auth.h
src/lib/rpc/auth_unix.c
src/lib/rpc/svc_auth.h
src/lib/rpc/xdr.c
src/lib/rpc/xdr.h