diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-06 01:23:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-06 01:23:20 +0000 |
commit | cd4c174b680666cd27407ca5cd972e77cb772fff (patch) | |
tree | e7fccbaf301b21eb4150c7c685eae57192e935ef /include/rpc/pmap_clnt.h | |
parent | f884de5be9f507f635acea32b127d0ba3985d59f (diff) | |
download | glibc-cd4c174b680666cd27407ca5cd972e77cb772fff.tar.gz glibc-cd4c174b680666cd27407ca5cd972e77cb772fff.tar.xz glibc-cd4c174b680666cd27407ca5cd972e77cb772fff.zip |
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 'include/rpc/pmap_clnt.h')
-rw-r--r-- | include/rpc/pmap_clnt.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h index dfe537c96f..2d02ff2096 100644 --- a/include/rpc/pmap_clnt.h +++ b/include/rpc/pmap_clnt.h @@ -1 +1,8 @@ -#include <sunrpc/rpc/pmap_clnt.h> +#ifndef _RPC_PMAP_CLNT_H +# include <sunrpc/rpc/pmap_clnt.h> + +libc_hidden_proto (pmap_getport) +libc_hidden_proto (pmap_set) +libc_hidden_proto (pmap_unset) + +#endif |