summaryrefslogtreecommitdiff
path: root/xkbpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'xkbpath.h')
-rw-r--r--xkbpath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xkbpath.h b/xkbpath.h
index 65e9dee..fa6ec1f 100644
--- a/xkbpath.h
+++ b/xkbpath.h
@@ -37,18 +37,18 @@ extern Bool XkbAddDirectoryToPath(const char * /* dir */
extern char *XkbDirectoryForInclude(unsigned /* type */
);
-extern FILE *XkbFindFileInPath(char * /* name */ ,
+extern FILE *XkbFindFileInPath(const char * /* name */ ,
unsigned /* type */ ,
char ** /* pathRtrn */
);
-extern void *XkbAddFileToCache(char * /* name */ ,
+extern void *XkbAddFileToCache(const char * /* name */ ,
unsigned /* type */ ,
char * /* path */ ,
void * /* data */
);
-extern void *XkbFindFileInCache(char * /* name */ ,
+extern void *XkbFindFileInCache(const char * /* name */ ,
unsigned /* type */ ,
char ** /* pathRtrn */
);