]> git.ipfire.org Git - people/ms/libloc.git/commit - src/test-country.c
country: Add function that returns flags for special country
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Sep 2021 10:19:46 +0000 (10:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Sep 2021 10:19:46 +0000 (10:19 +0000)
commit3eb1eed6954f542d78e8ce3665e6a8079fca2a7b
treeb10fc4f78473ce05368e617e9aed21941191610f
parent843ad3311344ceb5ce2229cea955f6abba619270
country: Add function that returns flags for special country

This allows for libloc to be better integrated into third-party
software.

If we would add extra flags, we would be able to extend it in libloc
without touching any third-party software.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/country.c
src/libloc.sym
src/libloc/country.h
src/test-country.c