1#ifndef _RPC_PMAP_CLNT_H
2#include <sunrpc/rpc/pmap_clnt.h>
3
4# ifndef _ISOMAC
5
6libc_hidden_proto (pmap_getport)
7libc_hidden_proto (pmap_set)
8libc_hidden_proto (pmap_unset)
9
10/* Defined in pm_getport.c. */
11extern int __get_socket (struct sockaddr_in *saddr)
12 attribute_hidden internal_function;
13extern u_short __libc_rpc_getport (struct sockaddr_in *address, u_long program,
14 u_long version, u_int protocol,
15 time_t timeout_sec, time_t tottimeout_sec)
16 internal_function;
17libc_hidden_proto (__libc_rpc_getport)
18
19libc_hidden_proto (clnt_broadcast)
20libc_hidden_proto (pmap_getmaps)
21libc_hidden_proto (pmap_rmtcall)
22
23# endif /* !_ISOMAC */
24#endif /* rpc/pmap_clnt.h */
25