xkbcomp: escape the section names before storing them in the keymap
[platform/upstream/libxkbcommon.git] / src / xkbcomp / xkbcomp-priv.h
index 97cc2a8..a5d4a1e 100644 (file)
@@ -56,6 +56,9 @@ XkbFile *
 XkbFileFromComponents(struct xkb_context *ctx,
                       const struct xkb_component_names *kkctgs);
 
+void
+XkbEscapeMapName(char *name);
+
 bool
 CompileKeycodes(XkbFile *file, struct xkb_keymap *keymap,
                 enum merge_mode merge);