f78b12e570284aa8291f4ca1add24937fd107403vboxsync/*
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync *
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Permission is hereby granted, free of charge, to any person obtaining a
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * copy of this software and associated documentation files (the "Software"),
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * to deal in the Software without restriction, including without limitation
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * the rights to use, copy, modify, merge, publish, distribute, sublicense,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * and/or sell copies of the Software, and to permit persons to whom the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Software is furnished to do so, subject to the following conditions:
f78b12e570284aa8291f4ca1add24937fd107403vboxsync *
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * The above copyright notice including the dates of first publication and
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * either this permission notice or a reference to
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * http://oss.sgi.com/projects/FreeB/
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * shall be included in all copies or substantial portions of the Software.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync *
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * SOFTWARE.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync *
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Except as contained in this notice, the name of Silicon Graphics, Inc.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * shall not be used in advertising or otherwise to promote the sale, use or
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * other dealings in this Software without prior written authorization from
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Silicon Graphics, Inc.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#ifndef __GLXSINGLE_H
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define __GLXSINGLE_H
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardSingleReq( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardPipe0WithReply( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardAllWithReply( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardSingleReqSwap( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardPipe0WithReplySwap( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardPipe0WithReplySwapsv( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardPipe0WithReplySwapiv( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardPipe0WithReplySwapdv( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardAllWithReplySwap( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardAllWithReplySwapsv( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardAllWithReplySwapiv( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXForwardAllWithReplySwapdv( __GLXclientState *cl, GLbyte *pc );
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXDisp_ReadPixels(__GLXclientState *cl, GLbyte *pc);
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXDispSwap_GetTexImage(__GLXclientState *cl, GLbyte *pc);
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncextern int __glXDispSwap_GetColorTable(__GLXclientState *cl, GLbyte *pc);
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#endif