summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/XIint.h b/src/XIint.h
index 1e8f124..8dfe80a 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/lib/Xi/XIint.h,v 3.1 2001/08/01 00:44:39 tsi Exp $ */
+/* $XFree86: xc/lib/Xi/XIint.h,v 3.3 2003/11/17 22:20:22 dawes Exp $ */
/*
* XIint.h - Header definition and support file for the internal
@@ -9,16 +9,17 @@
#define _XIINT_H_
extern XExtDisplayInfo * XInput_find_display(
-#if NeedFunctionPrototypes
Display*
-#endif
);
extern int _XiCheckExtInit(
-#if NeedFunctionPrototypes
Display*,
int
-#endif
+);
+
+extern XExtensionVersion * _XiGetExtensionVersion(
+ Display*,
+ _Xconst char*
);
#endif