summaryrefslogtreecommitdiff
path: root/src/basic/locale-util.h
diff options
context:
space:
mode:
authortblume <Thomas.Blume@suse.com>2017-11-10 10:31:44 +0100
committerSven Eden <yamakuzure@gmx.net>2017-11-10 10:31:44 +0100
commitf56ba2f20e14bd1422ea3b080772b602d079a8fc (patch)
treef3002c93643d3d9801a6d0d0b50ed2eab2ffa082 /src/basic/locale-util.h
parentea088fe1f51e8679b64e4536c6da1437435f45e6 (diff)
elogind-firstboot: add vconsole keymap support (#7035)
Enable elogind-firstboot to set the keymap. RFE: https://github.com/elogind/elogind/issues/6346
Diffstat (limited to 'src/basic/locale-util.h')
-rw-r--r--src/basic/locale-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/basic/locale-util.h b/src/basic/locale-util.h
index 0630a034a..104864501 100644
--- a/src/basic/locale-util.h
+++ b/src/basic/locale-util.h
@@ -71,3 +71,6 @@ const char *special_glyph(SpecialGlyph code) _const_;
const char* locale_variable_to_string(LocaleVariable i) _const_;
LocaleVariable locale_variable_from_string(const char *s) _pure_;
+
+int get_keymaps(char ***l);
+bool keymap_is_valid(const char *name);