indirect_init.h revision 01e04c3f
1cdc920a0Smrg/**************************************************************************
2cdc920a0Smrg
3cdc920a0SmrgCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
4cdc920a0SmrgAll Rights Reserved.
5cdc920a0Smrg
6cdc920a0SmrgPermission is hereby granted, free of charge, to any person obtaining a
7cdc920a0Smrgcopy of this software and associated documentation files (the
8cdc920a0Smrg"Software"), to deal in the Software without restriction, including
9cdc920a0Smrgwithout limitation the rights to use, copy, modify, merge, publish,
10cdc920a0Smrgdistribute, sub license, and/or sell copies of the Software, and to
11cdc920a0Smrgpermit persons to whom the Software is furnished to do so, subject to
12cdc920a0Smrgthe following conditions:
13cdc920a0Smrg
14cdc920a0SmrgThe above copyright notice and this permission notice (including the
15cdc920a0Smrgnext paragraph) shall be included in all copies or substantial portions
16cdc920a0Smrgof the Software.
17cdc920a0Smrg
18cdc920a0SmrgTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19cdc920a0SmrgOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20cdc920a0SmrgMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
21cdc920a0SmrgIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
22cdc920a0SmrgANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23cdc920a0SmrgTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24cdc920a0SmrgSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25cdc920a0Smrg
26cdc920a0Smrg**************************************************************************/
27cdc920a0Smrg
28cdc920a0Smrg/*
29cdc920a0Smrg * Authors:
30cdc920a0Smrg *   Kevin E. Martin <kevin@precisioninsight.com>
31cdc920a0Smrg *
32cdc920a0Smrg */
33cdc920a0Smrg
34cdc920a0Smrg#ifndef _INDIRECT_INIT_H_
35cdc920a0Smrg#define _INDIRECT_INIT_H_
36cdc920a0Smrg
37cdc920a0Smrg#include "glxclient.h"
38cdc920a0Smrg
3901e04c3fSmrg#ifdef __cplusplus
4001e04c3fSmrgextern "C" {
4101e04c3fSmrg#endif
4201e04c3fSmrg
433464ebd5Sriastradhextern struct _glapi_table *__glXNewIndirectAPI(void);
44cdc920a0Smrg
4501e04c3fSmrg#ifdef __cplusplus
4601e04c3fSmrg} // extern "C"
4701e04c3fSmrg#endif
4801e04c3fSmrg
49cdc920a0Smrg#endif /* _INDIRECT_INIT_H_ */
50