diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 3 |
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 *); | |||
124 | void rpc_release_client(struct rpc_clnt *); | 124 | void rpc_release_client(struct rpc_clnt *); |
125 | void rpc_getport(struct rpc_task *); | 125 | void rpc_getport(struct rpc_task *); |
126 | int rpc_register(u32, u32, int, unsigned short, int *); | 126 | int rpc_register(u32, u32, int, unsigned short, int *); |
127 | int rpcb_register(u32, u32, int, unsigned short, int *); | ||
128 | void rpcb_getport(struct rpc_task *); | ||
127 | 129 | ||
128 | void rpc_call_setup(struct rpc_task *, struct rpc_message *, int); | 130 | void 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 | */ |
148 | int rpc_getport_external(struct sockaddr_in *, __u32, __u32, int); | 150 | int rpc_getport_external(struct sockaddr_in *, __u32, __u32, int); |
151 | int 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 */ |