summaryrefslogtreecommitdiff
path: root/xkbcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xkbcomp.h')
-rw-r--r--xkbcomp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbcomp.h b/xkbcomp.h
index 423a2cf..cbb24f0 100644
--- a/xkbcomp.h
+++ b/xkbcomp.h
@@ -359,7 +359,7 @@ extern Bool CompileKeyTypes(XkbFile * /* file */ ,
typedef struct _LEDInfo *LEDInfoPtr;
-extern Bool CompileCompatMap(XkbFile * /* file */ ,
+extern Bool CompileCompatMap(const XkbFile * /* file */ ,
XkbFileInfo * /* result */ ,
unsigned /* merge */ ,
LEDInfoPtr * /* unboundLEDs */
@@ -385,7 +385,7 @@ extern Bool AddMatchingFiles(char * /* head_in */
extern int AddMapOnly(char * /* map */
);
-extern int GenerateListing(char * /* filename */
+extern int GenerateListing(const char * /* filename */
);
#endif /* XKBCOMP_H */