summaryrefslogtreecommitdiff
path: root/Xi/opendev.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/opendev.h')
-rw-r--r--Xi/opendev.h27
1 files changed, 10 insertions, 17 deletions
diff --git a/Xi/opendev.h b/Xi/opendev.h
index 94ed6f6bd..9665fe9cb 100644
--- a/Xi/opendev.h
+++ b/Xi/opendev.h
@@ -1,4 +1,3 @@
-/* $XFree86: xc/programs/Xserver/Xi/opendev.h,v 3.1 1996/04/15 11:18:58 dawes Exp $ */
/************************************************************
Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
@@ -31,21 +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
-ProcXOpenDevice(
- ClientPtr /* client */
- );
-
-void
-SRepXOpenDevice (
- ClientPtr /* client */,
- int /* size */,
- xOpenDeviceReply * /* rep */
- );
+int SProcXOpenDevice(ClientPtr /* client */
+ );
+
+int ProcXOpenDevice(ClientPtr /* client */
+ );
+
+void SRepXOpenDevice(ClientPtr /* client */ ,
+ int /* size */ ,
+ xOpenDeviceReply * /* rep */
+ );
#endif /* OPENDEV_H */