summaryrefslogtreecommitdiff
path: root/xc/lib/Xi
diff options
context:
space:
mode:
authorrws <empty>1994-02-21 10:37:49 +0000
committerrws <empty>1994-02-21 10:37:49 +0000
commit70e53fe314f1fb41ac9c8976c3b947f73f836637 (patch)
treeadabe522b5167eb7ef541adae4e84719f1980da1 /xc/lib/Xi
parent5bb8324ae1ba195ab72ac91d1f47c1e2be097283 (diff)
_Xconst func proto support
Diffstat (limited to 'xc/lib/Xi')
-rw-r--r--xc/lib/Xi/XGetVers.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/xc/lib/Xi/XGetVers.c b/xc/lib/Xi/XGetVers.c
index 3f4782f47..4bfe99433 100644
--- a/xc/lib/Xi/XGetVers.c
+++ b/xc/lib/Xi/XGetVers.c
@@ -1,4 +1,4 @@
-/* $XConsortium: XGetVers.c,v 1.7 91/02/09 17:50:57 rws Exp $ */
+/* $XConsortium: XGetVers.c,v 1.8 94/02/14 17:39:18 rws Exp $ */
/************************************************************
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the
@@ -37,9 +37,15 @@ SOFTWARE.
#include "extutil.h"
XExtensionVersion
+#if NeedFunctionPrototypes
+*XGetExtensionVersion (
+ register Display *dpy,
+ _Xconst char *name)
+#else
*XGetExtensionVersion (dpy, name)
register Display *dpy;
char *name;
+#endif
{
xGetExtensionVersionReq *req;
xGetExtensionVersionReply rep;