]> git.ipfire.org Git - location/libloc.git/commit
Add a dictionary with countries to the database
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Oct 2019 13:20:20 +0000 (13:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Oct 2019 13:20:20 +0000 (13:20 +0000)
commitec684c1afb72e51f735c81446deb6430ea2dbd6b
tree27fc79d43f88d2d6c62067389b46d1242776a850
parent0a56a83edb68a4e1cb03d943651e7409be290d43
Add a dictionary with countries to the database

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
12 files changed:
Makefile.am
src/.gitignore
src/country.c [new file with mode: 0644]
src/database.c
src/libloc.sym
src/loc/country.h [new file with mode: 0644]
src/loc/database.h
src/loc/format.h
src/loc/writer.h
src/test-country.c [new file with mode: 0644]
src/test-stringpool.c
src/writer.c