about summary refs log tree commit diff
path: root/include/rpc/pmap_clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/pmap_clnt.h')
-rw-r--r--include/rpc/pmap_clnt.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index dfe537c96f..2d02ff2096 100644
--- a/include/rpc/pmap_clnt.h
+++ b/include/rpc/pmap_clnt.h
@@ -1 +1,8 @@
-#include <sunrpc/rpc/pmap_clnt.h>
+#ifndef _RPC_PMAP_CLNT_H
+# include <sunrpc/rpc/pmap_clnt.h>
+
+libc_hidden_proto (pmap_getport)
+libc_hidden_proto (pmap_set)
+libc_hidden_proto (pmap_unset)
+
+#endif