Add a very simple low cost database

This commit is contained in:
angt
2015-12-23 17:11:20 +01:00
parent 7492f977b6
commit fc7f9aa0c8
5 changed files with 177 additions and 12 deletions

View File

@@ -13,7 +13,9 @@ glorytun_SOURCES = \
src/option.c \
src/option.h \
src/tun.c \
src/tun.h
src/tun.h \
src/db.c \
src/db.h
EXTRA_DIST = \
LICENSE \