summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-06 05:33:30 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-06 05:33:30 +0000
commit4f7408c7acb37dd53294e848326a317358f8fdd0 (patch)
treef9238592fdc9c4be62950d5ce1344b45e6d8b154 /include
parent970aa10f95b3e289e5814e6c83d483a05e56c21c (diff)
* include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
* sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth. Also move _null_auth to .rodata.
Diffstat (limited to 'include')
-rw-r--r--include/rpc/auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index bc433b5930..a03188ed44 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -39,4 +39,6 @@ extern AUTH *authdes_pk_create_internal (const char *, netobj *, u_int,
libc_hidden_proto (key_encryptsession_pk)
libc_hidden_proto (key_decryptsession_pk)
+libc_hidden_proto (_null_auth)
+
#endif