about summary refs log tree commit diff
path: root/include/rpc/auth.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-15 19:49:41 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-15 19:49:41 +0000
commit8263ed6242ce54eba2e1b51b9c32da4441e78745 (patch)
treed57f2c38c67cecce6f3f1ec300dbd5e60bf574d7 /include/rpc/auth.h
parent02264020bfda957aa0b48ed00d449fe0ed95a4e2 (diff)
downloadglibc-8263ed6242ce54eba2e1b51b9c32da4441e78745.tar.gz
glibc-8263ed6242ce54eba2e1b51b9c32da4441e78745.tar.xz
glibc-8263ed6242ce54eba2e1b51b9c32da4441e78745.zip
* 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 'include/rpc/auth.h')
-rw-r--r--include/rpc/auth.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index a5e290b898..bc433b5930 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -22,8 +22,10 @@ DECLARE_NSS_PROTOTYPES (nisplus)
 
 #undef DECLARE_NSS_PROTOTYPES
 
-extern bool_t xdr_des_block_internal (XDR *__xdrs, des_block *__blkp);
-extern bool_t xdr_opaque_auth_internal (XDR *, struct opaque_auth *);
+extern bool_t xdr_des_block_internal (XDR *__xdrs, des_block *__blkp)
+  attribute_hidden;
+extern bool_t xdr_opaque_auth_internal (XDR *, struct opaque_auth *)
+  attribute_hidden;
 
 extern AUTH *authunix_create_internal (char *__machname, __uid_t __uid,
 				       __gid_t __gid, int __len,