mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-21 14:53:53 +03:00
Obsolete RPC implementation in libc.
This commit is contained in:
@@ -4,44 +4,27 @@
|
||||
/* Now define the internal interfaces. */
|
||||
extern int _openchild (const char *command, FILE **fto, FILE **ffrom);
|
||||
|
||||
extern CLIENT *clnt_create_internal (__const char *__host,
|
||||
__const u_long __prog,
|
||||
__const u_long __vers,
|
||||
__const char *__prot) attribute_hidden;
|
||||
extern CLIENT *clnttcp_create_internal (struct sockaddr_in *__raddr,
|
||||
u_long __prog, u_long __version,
|
||||
int *__sockp, u_int __sendsz,
|
||||
u_int __recvsz) attribute_hidden;
|
||||
extern CLIENT *clntudp_create_internal (struct sockaddr_in *__raddr,
|
||||
u_long __program, u_long __version,
|
||||
struct timeval __wait_resend,
|
||||
int *__sockp) attribute_hidden;
|
||||
extern CLIENT *clntudp_bufcreate_internal (struct sockaddr_in *__raddr,
|
||||
u_long __program, u_long __version,
|
||||
struct timeval __wait_resend,
|
||||
int *__sockp, u_int __sendsz,
|
||||
u_int __recvsz) attribute_hidden;
|
||||
extern CLIENT *__libc_clntudp_bufcreate (struct sockaddr_in *__raddr,
|
||||
u_long __program, u_long __version,
|
||||
struct timeval __wait_resend,
|
||||
int *__sockp, u_int __sendsz,
|
||||
u_int __recvsz, int __flags);
|
||||
extern CLIENT *__libc_clntudp_bufcreate_internal (struct sockaddr_in *__raddr,
|
||||
u_long __program,
|
||||
u_long __version,
|
||||
struct timeval __wait_resend,
|
||||
int *__sockp, u_int __sendsz,
|
||||
u_int __recvsz, int __flags)
|
||||
attribute_hidden;
|
||||
extern CLIENT *clntunix_create_internal (struct sockaddr_un *__raddr,
|
||||
u_long __program, u_long __version,
|
||||
int *__sockp, u_int __sendsz,
|
||||
u_int __recvsz) attribute_hidden;
|
||||
|
||||
libc_hidden_proto (clnt_sperrno)
|
||||
libc_hidden_proto (clnt_spcreateerror)
|
||||
libc_hidden_proto (clnt_perror)
|
||||
libc_hidden_proto (clnt_sperror)
|
||||
libc_hidden_proto (_rpc_dtablesize)
|
||||
libc_hidden_proto (callrpc)
|
||||
libc_hidden_proto (clnt_create)
|
||||
libc_hidden_proto (clnt_pcreateerror)
|
||||
libc_hidden_proto (clnt_perrno)
|
||||
libc_hidden_proto (clntraw_create)
|
||||
libc_hidden_proto (clnttcp_create)
|
||||
libc_hidden_proto (clntudp_bufcreate)
|
||||
libc_hidden_proto (clntudp_create)
|
||||
libc_hidden_proto (get_myaddress)
|
||||
libc_hidden_proto (clntunix_create)
|
||||
libc_hidden_proto (__libc_clntudp_bufcreate)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user