[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Communications Technical Reference, Volume 1

auth_destroy Macro

Purpose

Destroys authentication information.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>
void auth_destroy (auth)
auth *auth;

Description

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.

Parameters

auth Points to the authentication information structure to be destroyed.

Implementation Specifics

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.


[ Previous | Next | Contents | Glossary | Home | Search ]