summaryrefslogtreecommitdiff
path: root/src/locale/keymap-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/keymap-util.h')
-rw-r--r--src/locale/keymap-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locale/keymap-util.h b/src/locale/keymap-util.h
index 244dd62563..20ef2a4a34 100644
--- a/src/locale/keymap-util.h
+++ b/src/locale/keymap-util.h
@@ -33,6 +33,7 @@ typedef struct Context {
} Context;
int find_converted_keymap(const char *x11_layout, const char *x11_variant, char **new_keymap);
+int find_legacy_keymap(Context *c, char **new_keymap);
int find_language_fallback(const char *lang, char **language);
int context_read_data(Context *c);