commit 87ca9e4d2ad16a12d09a8aa37109bc1b16cb126b Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 11 10:16:10 2019 -0400
Move confparse.[ch] into src/lib/confmgt/
This commit only does code movement, and does not clean up after itself. As such, it will break compilation. I'm separating it for ease of review. --- src/{app/config => lib/confmgt}/confparse.c | 0 src/{app/config => lib/confmgt}/confparse.h | 0 2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/app/config/confparse.c b/src/lib/confmgt/confparse.c similarity index 100% rename from src/app/config/confparse.c rename to src/lib/confmgt/confparse.c diff --git a/src/app/config/confparse.h b/src/lib/confmgt/confparse.h similarity index 100% rename from src/app/config/confparse.h rename to src/lib/confmgt/confparse.h
tor-commits@lists.torproject.org