Removed build dependency on xproto.
[platform/upstream/libxkbcommon.git] / src / xkbcomp / include.h
index 9ba0b55..8f360e3 100644 (file)
@@ -33,11 +33,11 @@ ParseIncludeMap(char **str_inout, char **file_rtrn, char **map_rtrn,
 
 FILE *
 FindFileInXkbPath(struct xkb_context *ctx, const char *name,
-                  enum xkb_file_type type, char **pathRtrn);
+                  enum xkb_file_type type, char **pathRtrn,
+                  unsigned int *offset);
 
-bool
+XkbFile *
 ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt,
-                   enum xkb_file_type file_type, XkbFile **file_rtrn,
-                   enum merge_mode *merge_rtrn);
+                   enum xkb_file_type file_type);
 
 #endif