Move config_line_t functions from confparse.c into common.

I'm doing this to storagedir to used config_line_t.
This commit is contained in:
Nick Mathewson
2017-03-31 10:24:38 -04:00
parent 321c1c453e
commit c2947dbb86
6 changed files with 233 additions and 206 deletions
+2
View File
@@ -84,6 +84,7 @@ LIBOR_A_SRC = \
src/common/compat.c \
src/common/compat_threads.c \
src/common/compat_time.c \
src/common/confline.c \
src/common/container.c \
src/common/log.c \
src/common/memarea.c \
@@ -144,6 +145,7 @@ COMMONHEADERS = \
src/common/compat_openssl.h \
src/common/compat_threads.h \
src/common/compat_time.h \
src/common/confline.h \
src/common/container.h \
src/common/crypto.h \
src/common/crypto_curve25519.h \