z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


auth_destroy()

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Format

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

Parameters

auth
Indicates a pointer to authentication information.

Usage

The auth_destroy() call deletes the authentication information for auth. After this procedure is called, auth is undefined.

Context

  • authnone_create()
  • authunix_create()
  • authunix_create_default()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014