diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-07 19:07:28 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-07 19:07:28 +0000 |
commit | 234e6351e159ec892c0f9878663819c32a88fabd (patch) | |
tree | 577fe6e83e4f511730921cac28cd659eb4cf2653 | |
parent | 4a9390f0bfc464967151b670179998d375e28d75 (diff) |
More compiler warning fixes for missing prototypes:
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -358,6 +358,8 @@ extern int XkbProcessArguments( int /* i */ ); +extern void XkbSetExtension(DeviceIntPtr device, ProcessInputProc proc); + extern void XkbFreeCompatMap( XkbDescPtr /* xkb */, unsigned int /* which */, |