From 234e6351e159ec892c0f9878663819c32a88fabd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 7 Jul 2005 19:07:28 +0000 Subject: More compiler warning fixes for missing prototypes: Add prototype for XkbSetExtension() Add #include for isspace() & isdigit() Add #include (for initgroups()) and remove extra * Add prototype for xorgGetVersion() --- XKBsrv.h | 2 ++ 1 file changed, 2 insertions(+) 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 */, -- cgit v1.2.3