mechglue.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* #ident "@(#)mechglue.h 1.13 95/08/07 SMI" */
  2. /*
  3. * Copyright 1996 by Sun Microsystems, Inc.
  4. *
  5. * Permission to use, copy, modify, distribute, and sell this software
  6. * and its documentation for any purpose is hereby granted without fee,
  7. * provided that the above copyright notice appears in all copies and
  8. * that both that copyright notice and this permission notice appear in
  9. * supporting documentation, and that the name of Sun Microsystems not be used
  10. * in advertising or publicity pertaining to distribution of the software
  11. * without specific, written prior permission. Sun Microsystems makes no
  12. * representations about the suitability of this software for any
  13. * purpose. It is provided "as is" without express or implied warranty.
  14. *
  15. * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  16. * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  17. * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  18. * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  19. * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  20. * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  21. * PERFORMANCE OF THIS SOFTWARE.
  22. */
  23. /*
  24. * This header contains the mechglue definitions.
  25. */
  26. #ifndef _GSS_MECHGLUE_H
  27. #define _GSS_MECHGLUE_H
  28. #include <gssapi/gssapi.h>
  29. /********************************************************/
  30. /* GSSAPI Extension functions -- these functions aren't */
  31. /* in the GSSAPI, but they are provided in this library */
  32. #include <gssapi/gssapi_ext.h>
  33. void KRB5_CALLCONV gss_initialize(void);
  34. #endif /* _GSS_MECHGLUE_H */