summaryrefslogtreecommitdiff
path: root/src/xkbcomp/xkbpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xkbcomp/xkbpath.h')
-rw-r--r--src/xkbcomp/xkbpath.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xkbcomp/xkbpath.h b/src/xkbcomp/xkbpath.h
index 3632cbb..e48cf41 100644
--- a/src/xkbcomp/xkbpath.h
+++ b/src/xkbcomp/xkbpath.h
@@ -28,12 +28,14 @@
#define _XKBPATH_H_ 1
#include <stdio.h>
-#include <X11/Xdefs.h>
+
+#include "XKBcommonint.h"
extern const char *XkbDirectoryForInclude(unsigned /* type */
);
-extern FILE *XkbFindFileInPath(const char * /* name */ ,
+extern FILE *XkbFindFileInPath(struct xkb_context * /* context */,
+ const char * /* name */ ,
unsigned /* type */ ,
char ** /* pathRtrn */
);
@@ -45,6 +47,4 @@ extern Bool XkbParseIncludeMap(char ** /* str_inout */ ,
char ** /* extra_data */
);
-extern void XkbFreeIncludePath(void);
-
#endif /* _XKBPATH_H_ */