diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 19:49:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 19:49:41 +0000 |
commit | 8263ed6242ce54eba2e1b51b9c32da4441e78745 (patch) | |
tree | d57f2c38c67cecce6f3f1ec300dbd5e60bf574d7 /sunrpc | |
parent | 02264020bfda957aa0b48ed00d449fe0ed95a4e2 (diff) | |
download | glibc-8263ed6242ce54eba2e1b51b9c32da4441e78745.zip glibc-8263ed6242ce54eba2e1b51b9c32da4441e78745.tar.gz glibc-8263ed6242ce54eba2e1b51b9c32da4441e78745.tar.bz2 |
* include/rpc/key_prot.h: Maek all _internal functions as hidden.
* include/rpc/auth.h: Mark xdr_des_block_internal and
xdr_opaque_auth_internal as hidden.
* sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
hidden.
* include/rpc/xdr.h: Make all _internal functions as hidden.
* sunrpc/pmap_rmt.c: Declare xdr_rmtcall_args_internal as hidden.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/pmap_rmt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index e068848..7de7f41 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -62,6 +62,10 @@ extern u_long _create_xid (void); static const struct timeval timeout = {3, 0}; +bool_t xdr_rmtcall_args_internal (XDR *xdrs, struct rmtcallargs *cap) + attribute_hidden; + + /* * pmapper remote-call-service interface. * This routine is used to call the pmapper remote call service |