.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "RPC_BIND_NEW_PROGRAM" "9" "09 October 2005" "" "" .SH NAME rpc_bind_new_program \- bind a new RPC program to an existing client .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct rpc_clnt * rpc_bind_new_program (struct rpc_clnt * \fIold\fB, struct rpc_program * \fIprogram\fB, int \fIvers\fB); \fR .SH "ARGUMENTS" .TP \fB\fIold\fB\fR -- undescribed -- .TP \fB\fIprogram\fB\fR -- undescribed -- .TP \fB\fIvers\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP \fIold\fR - old rpc_client \fIprogram\fR - rpc program to set \fIvers\fR - rpc program version .PP Clones the rpc client and sets up a new RPC program. This is mainly of use for enabling different RPC programs to share the same transport. The Sun NFSv2/v3 ACL protocol can do this.