chgdctl.h revision 45e9809aff7304721fddb95654901b32195c9c7a
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 CHGDCTL_H
0N/A#define CHGDCTL_H 1
0N/A
0N/Aint SProcXChangeDeviceControl(ClientPtr /* client */
0N/A );
0N/A
0N/Aint ProcXChangeDeviceControl(ClientPtr /* client */
0N/A );
0N/A
0N/Avoid SRepXChangeDeviceControl(ClientPtr /* client */ ,
0N/A int /* size */ ,
0N/A xChangeDeviceControlReply * /* rep */
0N/A );
0N/A
0N/A#endif /* CHGDCTL_H */
0N/A