/**************************************************************************12Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.3All Rights Reserved.45Permission is hereby granted, free of charge, to any person obtaining a6copy of this software and associated documentation files (the7"Software"), to deal in the Software without restriction, including8without limitation the rights to use, copy, modify, merge, publish,9distribute, sub license, and/or sell copies of the Software, and to10permit persons to whom the Software is furnished to do so, subject to11the following conditions:1213The above copyright notice and this permission notice (including the14next paragraph) shall be included in all copies or substantial portions15of the Software.1617THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS18OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF19MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.20IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR21ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,22TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE23SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.2425**************************************************************************/2627/*28* Authors:29* Kevin E. Martin <[email protected]>30*31*/3233#ifndef _INDIRECT_INIT_H_34#define _INDIRECT_INIT_H_3536#include "glxclient.h"3738#ifdef __cplusplus39extern "C" {40#endif4142extern struct _glapi_table *__glXNewIndirectAPI(void);4344#ifdef __cplusplus45} // extern "C"46#endif4748#endif /* _INDIRECT_INIT_H_ */495051