Supplies an XDR subroutine to the RPC system without transmitting data.
C Library (libc.a)
#include <rpc/xdr.h>
xdr_void ()
The xdr_void subroutine has no function parameters. It is passed to other Remote Procedure Call (RPC) subroutines that require a function parameter, but does not transmit data.
This subroutine always returns a value of 1.