/* Copyright 2006 by Peter Hutterer */ #ifdef HAVE_DIX_CONFIG_H #include #endif #ifndef LISTDEV_H #define LISTDEV_H 1 #include #include #include "inputstr.h" #include #include #include "mpxextinit.h" #include "mpxglobals.h" int SProcMPXListDevices(ClientPtr /* client */ ); int ProcMPXListDevices(ClientPtr /* client */ ); void SizeMPXDeviceInfo(DeviceIntPtr /* d */ , int * /* namesize */ , int * /* size */ ); void SetMPXDeviceInfo(ClientPtr /* client */ , DeviceIntPtr /* d */ , xMPXDeviceInfoPtr /* dev */ , char ** /* devbuf */ , char ** /* namebuf */ ); void MPXCopyDeviceName(char ** /* namebuf */ , char * /* name */ ); void MPXCopySwapDevice(ClientPtr /* client */ , DeviceIntPtr /* d */ , char ** /* buf */ ); void SRepMPXListDevices(ClientPtr /* client */ , int /* size */ , xMPXListDevicesReply * /* rep */ ); #endif