Home | History | Annotate | Download | only in mech
      1 #pragma ident	"%Z%%M%	%I%	%E% SMI"
      2 
      3 #ifndef GSSAPI_LIBINIT_H
      4 #define GSSAPI_LIBINIT_H
      5 
      6 #include "gssapi.h"
      7 
      8 OM_uint32 gssint_initialize_library (void);
      9 void gssint_cleanup_library (void);
     10 
     11 #endif /* GSSAPI_LIBINIT_H */
     12