Destroys authentication information.
#include <rpc/rpc.h>
void auth_destroy (auth) auth *auth;
The auth_destroy macro destroys the authentication information structure pointed to by the auth parameter. Destroying the structure deallocates private data structures. The use of the auth parameter is undefined after calling this macro.
auth | Points to the authentication information structure to be destroyed. |
This macro is part of Base Operating System (BOS) Runtime.
Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.