cd4c174b68
* 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.
9 lines
162 B
C
9 lines
162 B
C
#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
|