


   SPX Version 2.2                                        gss_release_name(3)



   Name
     gss_release_name - free storage associated with an internal name

   Syntax
     #include "gssapi_defs.h"

     OM_uint32 gss_release_name(minor_status,
                                name)

     OM_uint32     *minor_status;
     gss_name_t    name;

   Arguments

     _m_i_n_o_r__s_t_a_t_u_s
            (OM_uint32, modify) If the routine doesn't return GSS_S_COMPLETE,
            then this status code can be used to display the mechanism
            specific error using the call _g_s_s__d_i_s_p_l_a_y__s_t_a_t_u_s

     _n_a_m_e   (gss_name_t, modify) The name to be deleted.

   Description
     Frees the storage associated with an internal name.

   See Also






























   Digital Equipment Corporation                                            1


99