]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
localed: split out keymap parsing to a separate file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 26 May 2016 17:35:20 +0000 (13:35 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 6 Jun 2016 13:22:33 +0000 (09:22 -0400)
commit4897d1dc0f00f1571b0cc78ec4a20cd78c6c3ade
tree0d7e8d031a9bc2bfdde44685c3c17f34e92cb56e
parent78c97cbe74f844bd3b8e855e7ba7184e05078f89
localed: split out keymap parsing to a separate file

This way the dbus and management logic is seperated from the business logic
and we can write test cases for the mapping functionality.
Makefile.am
src/locale/keymap-util.c [new file with mode: 0644]
src/locale/keymap-util.h [new file with mode: 0644]
src/locale/localed.c