diff options
Diffstat (limited to 'xorg-server/Xi/opendev.h')
-rw-r--r-- | xorg-server/Xi/opendev.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/Xi/opendev.h b/xorg-server/Xi/opendev.h index 9665fe9cb..e2d806197 100644 --- a/xorg-server/Xi/opendev.h +++ b/xorg-server/Xi/opendev.h @@ -30,15 +30,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef OPENDEV_H #define OPENDEV_H 1 -int SProcXOpenDevice(ClientPtr /* client */ +int SProcXOpenDevice(ClientPtr /* client */ ); -int ProcXOpenDevice(ClientPtr /* client */ +int ProcXOpenDevice(ClientPtr /* client */ ); void SRepXOpenDevice(ClientPtr /* client */ , - int /* size */ , - xOpenDeviceReply * /* rep */ + int /* size */ , + xOpenDeviceReply * /* rep */ ); -#endif /* OPENDEV_H */ +#endif /* OPENDEV_H */ |