aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r--include/linux/sunrpc/clnt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h
index 32c48a0b0d71..ca7553785932 100644
--- a/include/linux/sunrpc/clnt.h
+++ b/include/linux/sunrpc/clnt.h
@@ -124,6 +124,8 @@ int rpc_destroy_client(struct rpc_clnt *);
124void rpc_release_client(struct rpc_clnt *); 124void rpc_release_client(struct rpc_clnt *);
125void rpc_getport(struct rpc_task *); 125void rpc_getport(struct rpc_task *);
126int rpc_register(u32, u32, int, unsigned short, int *); 126int rpc_register(u32, u32, int, unsigned short, int *);
127int rpcb_register(u32, u32, int, unsigned short, int *);
128void rpcb_getport(struct rpc_task *);
127 129
128void rpc_call_setup(struct rpc_task *, struct rpc_message *, int); 130void rpc_call_setup(struct rpc_task *, struct rpc_message *, int);
129 131
@@ -146,6 +148,7 @@ char * rpc_peeraddr2str(struct rpc_clnt *, enum rpc_display_format_t);
146 * Helper function for NFSroot support 148 * Helper function for NFSroot support
147 */ 149 */
148int rpc_getport_external(struct sockaddr_in *, __u32, __u32, int); 150int rpc_getport_external(struct sockaddr_in *, __u32, __u32, int);
151int rpcb_getport_external(struct sockaddr_in *, __u32, __u32, int);
149 152
150#endif /* __KERNEL__ */ 153#endif /* __KERNEL__ */
151#endif /* _LINUX_SUNRPC_CLNT_H */ 154#endif /* _LINUX_SUNRPC_CLNT_H */