diff options
Diffstat (limited to 'include/rpc/clnt.h')
-rw-r--r-- | include/rpc/clnt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index 13844962be..1e72e22bcb 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -26,4 +26,10 @@ extern CLIENT *clntunix_create_internal (struct sockaddr_un *__raddr, 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) + #endif |