summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 16:52:39 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 16:59:56 -0400
commitb9b44bf000735135e1913fd9c22cd6c1547dbdb3 (patch)
treed986c9001e83e3d4c079fd0c4f749101b82cc6e2 /src/common/include.am
parent696f6f15697260255146d634e1529202cc4c2b77 (diff)
downloadtor-b9b44bf000735135e1913fd9c22cd6c1547dbdb3.tar.gz
tor-b9b44bf000735135e1913fd9c22cd6c1547dbdb3.zip
Move confline.c to lib/encoding: it is about encoding key-value pairs
Also, move "unescape_string()" to encoding too, since it's about encoding data as C strings.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 4fd3284abc..14e7dcb9fc 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -36,7 +36,6 @@ LIBOR_A_SRC = \
src/common/compat.c \
src/common/compat_threads.c \
src/common/compat_time.c \
- src/common/confline.c \
src/common/conffile.c \
src/common/memarea.c \
src/common/util.c \
@@ -81,7 +80,6 @@ COMMONHEADERS = \
src/common/compat_threads.h \
src/common/compat_time.h \
src/common/conffile.h \
- src/common/confline.h \
src/common/handles.h \
src/common/memarea.h \
src/common/procmon.h \