1#ifndef _RPC_CLNT_H
2#include <sunrpc/rpc/clnt.h>
3
4# ifndef _ISOMAC
5
6/* Now define the internal interfaces. */
7extern int _openchild (const char *command, FILE **fto, FILE **ffrom);
8
9extern CLIENT *__libc_clntudp_bufcreate (struct sockaddr_in *__raddr,
10 u_long __program, u_long __version,
11 struct timeval __wait_resend,
12 int *__sockp, u_int __sendsz,
13 u_int __recvsz, int __flags);
14
15libc_hidden_proto (clnt_sperrno)
16libc_hidden_proto (clnt_spcreateerror)
17libc_hidden_proto (clnt_perror)
18libc_hidden_proto (clnt_sperror)
19libc_hidden_proto (_rpc_dtablesize)
20libc_hidden_proto (callrpc)
21libc_hidden_proto (clnt_create)
22libc_hidden_proto (clnt_pcreateerror)
23libc_hidden_proto (clnt_perrno)
24libc_hidden_proto (clntraw_create)
25libc_hidden_proto (clnttcp_create)
26libc_hidden_proto (clntudp_bufcreate)
27libc_hidden_proto (clntudp_create)
28libc_hidden_proto (get_myaddress)
29libc_hidden_proto (clntunix_create)
30libc_hidden_proto (__libc_clntudp_bufcreate)
31
32# endif /* !_ISOMAC */
33#endif
34

source code of glibc/include/rpc/clnt.h