summaryrefslogtreecommitdiff
path: root/include/X11/extensions/XKBcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/extensions/XKBcommon.h')
-rw-r--r--include/X11/extensions/XKBcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/X11/extensions/XKBcommon.h b/include/X11/extensions/XKBcommon.h
index 4e6058c..b353759 100644
--- a/include/X11/extensions/XKBcommon.h
+++ b/include/X11/extensions/XKBcommon.h
@@ -795,6 +795,9 @@ xkb_compile_keymap_from_file(FILE *inputFile, const char *mapName);
_X_EXPORT extern struct xkb_desc *
xkb_compile_keymap_from_string(const char *string, const char *mapName);
+_X_EXPORT extern void
+xkb_free_keymap(struct xkb_desc *xkb);
+
_X_EXPORT extern struct xkb_component_list *
xkb_list_components(struct xkb_component_names * ptrns, int *maxMatch);