chiark / gitweb /
shared: make timezone and locale enumeration and validation generic
authorLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2014 09:49:48 +0000 (11:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2014 13:25:55 +0000 (15:25 +0200)
commit7568345034f2890af745747783c5abfbf6eccf0f
tree711cb1a32730435553d00fe2b1fcc222d5bcc803
parenta940778fb1dd16479f455bab3ac6cbdbc5b06165
shared: make timezone and locale enumeration and validation generic

This way we can reuse it other code thatn just localectl/localed +
timedatectl/timedated.
Makefile.am
src/locale/localectl.c
src/locale/localed.c
src/shared/locale-util.c [new file with mode: 0644]
src/shared/locale-util.h [new file with mode: 0644]
src/shared/time-util.c
src/shared/time-util.h
src/timedate/timedatectl.c
src/timedate/timedated.c