Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:18:33

0001 /* #ident  "@(#)mechglue.h 1.13     95/08/07 SMI" */
0002 
0003 /*
0004  * Copyright 1996 by Sun Microsystems, Inc.
0005  *
0006  * Permission to use, copy, modify, distribute, and sell this software
0007  * and its documentation for any purpose is hereby granted without fee,
0008  * provided that the above copyright notice appears in all copies and
0009  * that both that copyright notice and this permission notice appear in
0010  * supporting documentation, and that the name of Sun Microsystems not be used
0011  * in advertising or publicity pertaining to distribution of the software
0012  * without specific, written prior permission. Sun Microsystems makes no
0013  * representations about the suitability of this software for any
0014  * purpose.  It is provided "as is" without express or implied warranty.
0015  *
0016  * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
0017  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
0018  * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
0019  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
0020  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
0021  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
0022  * PERFORMANCE OF THIS SOFTWARE.
0023  */
0024 
0025 /*
0026  * This header contains the mechglue definitions.
0027  */
0028 
0029 #ifndef _GSS_MECHGLUE_H
0030 #define _GSS_MECHGLUE_H
0031 
0032 #include <gssapi/gssapi.h>
0033 
0034 /********************************************************/
0035 /* GSSAPI Extension functions -- these functions aren't */
0036 /* in the GSSAPI, but they are provided in this library */
0037 
0038 #include <gssapi/gssapi_ext.h>
0039 
0040 void KRB5_CALLCONV gss_initialize(void);
0041 
0042 #endif /* _GSS_MECHGLUE_H */