repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo.
[glibc.git]
/
include
/
rpc
/
rpc_msg.h
blob
48fc533dc4420a4d17d94b0c1e2f212f64438fef
1
#ifndef _RPC_MSG_H
2
#include <sunrpc/rpc/rpc_msg.h>
3
4
/* Now define the internal interfaces. */
5
6
extern
bool_t
xdr_rejected_reply
(
XDR
*
xdrs
,
struct
rejected_reply
*
rr
);
7
extern
bool_t
xdr_accepted_reply
(
XDR
*
xdrs
,
struct
accepted_reply
*
ar
);
8
9
10
#endif