summaryrefslogtreecommitdiff
path: root/sunrpc/publickey.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-06 01:23:20 +0000
committerRoland McGrath <roland@gnu.org>2002-08-06 01:23:20 +0000
commitcd4c174b680666cd27407ca5cd972e77cb772fff (patch)
treee7fccbaf301b21eb4150c7c685eae57192e935ef /sunrpc/publickey.c
parentf884de5be9f507f635acea32b127d0ba3985d59f (diff)
2002-08-05 Roland McGrath <roland@redhat.com>
* include/rpc/svc.h: Use libc_hidden_proto for xprt_register, xprt_unregister. * sunrpc/svc.c: Add libc_hidden_def. * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport, pmap_set, pmap_unset. * sunrpc/pmap_clnt.c: Add libc_hidden_def. * sunrpc/pm_getport.c: Likewise. * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey. * sunrpc/publickey.c: Add libc_hidden_def.
Diffstat (limited to 'sunrpc/publickey.c')
-rw-r--r--sunrpc/publickey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/publickey.c b/sunrpc/publickey.c
index 2e875ec196..ecf57bc90c 100644
--- a/sunrpc/publickey.c
+++ b/sunrpc/publickey.c
@@ -72,6 +72,7 @@ getpublickey (const char *name, char *key)
return status == NSS_STATUS_SUCCESS;
}
+libc_hidden_def (getpublickey)
int