S390: Ifunc resolver macro for vector instructions.
[glibc.git] / include / rpc / pmap_clnt.h
blob67628e0589474470274f80736551e52950215d47
1 #ifndef _RPC_PMAP_CLNT_H
2 # include <sunrpc/rpc/pmap_clnt.h>
4 libc_hidden_proto (pmap_getport)
5 libc_hidden_proto (pmap_set)
6 libc_hidden_proto (pmap_unset)
8 /* Defined in pm_getport.c. */
9 extern int __get_socket (struct sockaddr_in *saddr)
10 attribute_hidden internal_function;
11 extern u_short __libc_rpc_getport (struct sockaddr_in *address, u_long program,
12 u_long version, u_int protocol,
13 time_t timeout_sec, time_t tottimeout_sec)
14 internal_function;
15 libc_hidden_proto (__libc_rpc_getport)
17 libc_hidden_proto (clnt_broadcast)
18 libc_hidden_proto (pmap_getmaps)
19 libc_hidden_proto (pmap_rmtcall)
21 #endif