Destroys the XDR stream pointed to by the xdrs parameter.
C Library (libc.a)
#include <rpc/xdr.h>
void xdr_destroy ( xdrs)
XDR *xdrs;
The xdr_destroy macro invokes the destroy routine associated with the eXternal Data Representation (XDR) stream pointed to by the xdrs parameter and frees the private data structures allocated to the stream. The use of the XDR stream handle is undefined after it is destroyed.
Item | Description |
---|---|
xdrs | Points to the XDR stream handle. |