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
Add test for last glob bug.
[glibc.git]
/
include
/
rpc
/
pmap_rmt.h
blob
63e41cab28187b2496aca7e86a16dab58a982ac0
1
#include <sunrpc/rpc/pmap_rmt.h>
2
3
extern
bool_t
xdr_rmtcall_args_internal
(
XDR
*
__xdrs
,
4
struct
rmtcallargs
*
__crp
)
5
attribute_hidden
;
6
extern
bool_t
xdr_rmtcallres_internal
(
XDR
*
__xdrs
,
struct
rmtcallres
*
__crp
)
7
attribute_hidden
;