Make XkbFileCreate argument types match between header & implementation
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 9 Nov 2013 01:08:35 +0000 (17:08 -0800)
committerRan Benita <ran234@gmail.com>
Sat, 9 Nov 2013 08:08:49 +0000 (10:08 +0200)
commit044d4b5f664c9bddf5927bb67210d0e5009cca7c
tree7d5ee998c53dd44cbf5cd685c5345e69b6f3839b
parent739567522a7799a59e3bb5d29f13164f9694823d
Make XkbFileCreate argument types match between header & implementation

Fixes build failure with Solaris Studio compilers:
"src/xkbcomp/ast-build.c", line 492: identifier redeclared: XkbFileCreate
  current : function(..., enum xkb_map_flags)
  previous: function(..., unsigned int) : "src/xkbcomp/ast-build.h", line 98

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
src/xkbcomp/ast-build.h