Add state.[ch]

This commit is contained in:
angt
2016-01-18 15:59:18 +01:00
parent e2b3dc1b46
commit 88f314bc75
4 changed files with 79 additions and 42 deletions

View File

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