


   SPX Version 2.2                                      gss_release_buffer(3)



   Name
     gss_release_buffer - free storage associated with a buffer format name

   Syntax
     #include "gssapi_defs.h"

     OM_uint32 gss_release_buffer(minor_status,
                                  buffer)

     OM_uint32      *minor_status;
     gss_buffer_t   buffer;

   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

     _b_u_f_f_e_r (gss_buffer_t, modify) The buffer to be deleted.

   Description
     Free storage associated with a buffer format name.  In addition to free-
     ing the associated storage, the routine zeros the _l_e_n_g_t_h field in the
     _b_u_f_f_e_r argument.

   See Also




























   Digital Equipment Corporation                                            1


99