x86-64: Use IFUNC strncat inside libc.so
[glibc.git] / include / rpc / clnt.h
blob80be0a9cecc6f80337f560ceed13a311ba7b1924
1 #ifndef _RPC_CLNT_H
2 #include <sunrpc/rpc/clnt.h>
4 # ifndef _ISOMAC
6 /* Now define the internal interfaces. */
7 extern int _openchild (const char *command, FILE **fto, FILE **ffrom);
9 extern 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);
15 libc_hidden_proto (clnt_sperrno)
16 libc_hidden_proto (clnt_spcreateerror)
17 libc_hidden_proto (clnt_perror)
18 libc_hidden_proto (clnt_sperror)
19 libc_hidden_proto (_rpc_dtablesize)
20 libc_hidden_proto (callrpc)
21 libc_hidden_proto (clnt_create)
22 libc_hidden_proto (clnt_pcreateerror)
23 libc_hidden_proto (clnt_perrno)
24 libc_hidden_proto (clntraw_create)
25 libc_hidden_proto (clnttcp_create)
26 libc_hidden_proto (clntudp_bufcreate)
27 libc_hidden_proto (clntudp_create)
28 libc_hidden_proto (get_myaddress)
29 libc_hidden_proto (clntunix_create)
30 libc_hidden_proto (__libc_clntudp_bufcreate)
31 libc_hidden_proto (rpc_createerr)
33 # endif /* !_ISOMAC */
34 #endif