0N/A/* $XFree86: xc/programs/Xserver/Xi/getvers.h,v 3.1 1996/04/15 11:18:50 dawes Exp $ */
0N/A/************************************************************
0N/A
0N/ACopyright 1996 by Thomas E. Dickey <dickey@clark.net>
0N/A
0N/A All Rights Reserved
0N/A
0N/APermission to use, copy, modify, and distribute this software and its
0N/Adocumentation for any purpose and without fee is hereby granted,
0N/Aprovided that the above copyright notice appear in all copies and that
0N/Aboth that copyright notice and this permission notice appear in
0N/Asupporting documentation, and that the name of the above listed
0N/Acopyright holder(s) not be used in advertising or publicity pertaining
0N/Ato distribution of the software without specific, written prior
0N/Apermission.
0N/A
0N/ATHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
0N/ATO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
0N/AAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
0N/ALIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
0N/AWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
0N/AACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
0N/AOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0N/A
0N/A********************************************************/
0N/A
0N/A#ifdef HAVE_DIX_CONFIG_H
0N/A#include <dix-config.h>
0N/A#endif
0N/A
0N/A#ifndef GETVERS_H
0N/A#define GETVERS_H 1
0N/A
0N/Aint
0N/ASProcXGetExtensionVersion(
0N/A ClientPtr /* client */
0N/A );
0N/A
0N/Aint
0N/AProcXGetExtensionVersion (
0N/A ClientPtr /* client */
0N/A );
0N/A
0N/Avoid
0N/ASRepXGetExtensionVersion (
0N/A ClientPtr /* client */,
0N/A int /* size */,
0N/A xGetExtensionVersionReply * /* rep */
0N/A );
0N/A
0N/A#endif /* GETVERS_H */
0N/A