[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, 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.

Related Information

List of RPC Programming References.

Remote Procedure Call (RPC) Overview for Programming in AIX 5L Version 5.2 Communications Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]