Use enum for file types
[platform/upstream/libxkbcommon.git] / src / text.h
index 92fe910..c21a8b6 100644 (file)
@@ -30,7 +30,7 @@ authorization from the authors.
 #include "xkb-priv.h"
 
 extern const char *
-XkbcVModMaskText(struct xkb_keymap * xkb, unsigned modMask, unsigned mask);
+XkbcVModMaskText(struct xkb_keymap *keymap, unsigned modMask, unsigned mask);
 
 extern const char *
 XkbcModIndexText(unsigned ndx);
@@ -39,7 +39,7 @@ extern const char *
 XkbcModMaskText(unsigned mask, bool cFormat);
 
 extern const char *
-XkbcConfigText(unsigned config);
+XkbcFileTypeText(enum xkb_file_type type);
 
 extern const char *
 XkbcActionTypeText(unsigned type);