Blame src/lib/gssapi/mechglue/mechglue.h

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