The xdr_void() call returns a value of 1.
Syntax
#include <rpc\rpc.h> bool_t xdr_void()
Description
The xdr_void() call is used like a command that does not require any other XDR functions. You can place this call in the inproc or outproc parameter of the clnt_call() function when you do not need to move data.
Return Values
The xdr_void() call always returns a value of 1.
Related Calls
callrpc()
clnt_broadcast()
clnt_call()
clnt_freeres()
pmap_rmtcall()
registerrpc()
svc_freeargs()
svc_getargs()
svc_sendreply()