summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-07 19:07:28 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-07 19:07:28 +0000
commit234e6351e159ec892c0f9878663819c32a88fabd (patch)
tree577fe6e83e4f511730921cac28cd659eb4cf2653
parent4a9390f0bfc464967151b670179998d375e28d75 (diff)
More compiler warning fixes for missing prototypes:XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
Add prototype for XkbSetExtension() Add #include <ctype.h> for isspace() & isdigit() Add #include <grp.h> (for initgroups()) and remove extra * Add prototype for xorgGetVersion()
-rw-r--r--XKBsrv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/XKBsrv.h b/XKBsrv.h
index 2da3f6b..3435b39 100644
--- a/XKBsrv.h
+++ b/XKBsrv.h
@@ -358,6 +358,8 @@ extern int XkbProcessArguments(
int /* i */
);
+extern void XkbSetExtension(DeviceIntPtr device, ProcessInputProc proc);
+
extern void XkbFreeCompatMap(
XkbDescPtr /* xkb */,
unsigned int /* which */,