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