aboutsummaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/auth.h3
-rw-r--r--include/rpc/clnt.h6
-rw-r--r--include/rpc/des_crypt.h4
-rw-r--r--include/rpc/rpc.h5
4 files changed, 18 insertions, 0 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 9bfde8331b..a32f86d206 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -28,4 +28,7 @@ extern AUTH *authdes_pk_create_internal (const char *, netobj *, u_int,
struct sockaddr *,
des_block *) attribute_hidden;
+libc_hidden_proto (key_encryptsession_pk)
+libc_hidden_proto (key_decryptsession_pk)
+
#endif
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
diff --git a/include/rpc/des_crypt.h b/include/rpc/des_crypt.h
index 00ee921980..8c4a60ecee 100644
--- a/include/rpc/des_crypt.h
+++ b/include/rpc/des_crypt.h
@@ -6,4 +6,8 @@
extern int xencrypt (char *secret, char *passwd);
extern int xdecrypt (char *secret, char *passwd);
+libc_hidden_proto (des_setparity)
+libc_hidden_proto (ecb_crypt)
+libc_hidden_proto (cbc_crypt)
+
#endif
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index ee7516735e..392a55db55 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -49,6 +49,11 @@ __libc_tsd_define (extern, RPC_VARS)
#define RPC_THREAD_VARIABLE(x) (__rpc_thread_variables()->x)
+libc_hidden_proto (__rpc_thread_svc_max_pollfd)
+libc_hidden_proto (__rpc_thread_svc_pollfd)
+libc_hidden_proto (__rpc_thread_svc_fdset)
+libc_hidden_proto (__rpc_thread_createerr)
+
#endif /* _RPC_THREAD_SAFE_ */
#endif