]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/locale-util.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / locale-util.h
index 0630a034ab475f48552062c43d9567c9b2a42f7c..60ce017a1519cf8e8eaa8e35394a9ea46f23add0 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -71,3 +72,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);