]> git.ipfire.org Git - location/libloc.git/commit
Move all header files into src/loc and install them
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 Dec 2017 11:20:30 +0000 (11:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 Dec 2017 11:20:30 +0000 (11:20 +0000)
commit9fc7f0017d4d09eefa3fc601b3b7af3a797f72c1
tree39411a1413f61da8dcf4fdc878b2494750798822
parent9cdf6c53933a62a455ae261ba7c46fa521cca183
Move all header files into src/loc and install them

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
16 files changed:
Makefile.am
src/as.c
src/database.c
src/libloc.c
src/loc/as.h [moved from src/as.h with 98% similarity]
src/loc/database.h [moved from src/database.h with 98% similarity]
src/loc/private.h [moved from src/libloc-private.h with 100% similarity]
src/loc/stringpool.h [moved from src/stringpool.h with 100% similarity]
src/loc/writer.h
src/network.c
src/python/database.c
src/stringpool.c
src/test-as.c
src/test-database.c
src/test-stringpool.c
src/writer.c