Destroying an XDR Data Stream

This sections explains the subroutine to destroy a specific XDR data stream.

The following subroutine destroys a specific XDR data stream:

Item Description
xdr_destroy Destroys the XDR data stream pointed to by the xdrs parameter, freeing the private data structures allocated to the stream.

The use of the XDR data stream handle is undefined after it is destroyed.