mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +00:00
e4aced47ae
* posix/bsd-getpgrp.c: Add prototype to avoid warning. * sunrpc/svc_unix.c: Include <rpc/svc.h> for prototypes. * sunrpc/create_xid.c: Include <rpc/svc.h> for prototypes. * include/rpc/rpc_msg.h: Add prototypes for some functions. * include/rpc/auth.h: Likewise. * include/rpc/auth_des.h: Likewise. * include/rpc/clnt.h: Likewise. * include/rpc/rpc.h: Likewise. * include/rpc/svc.h: Likewise. * include/rpc/svc_auth.h: Likewise. * include/rpc/des_crypt.h: New file.
11 lines
251 B
C
11 lines
251 B
C
#ifndef _RPC_MSG_H
|
|
#include <sunrpc/rpc/rpc_msg.h>
|
|
|
|
/* Now define the internal interfaces. */
|
|
|
|
extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);
|
|
extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar);
|
|
|
|
|
|
#endif
|