diff options
author | Taylor Yu <catalyst@torproject.org> | 2019-04-08 11:34:12 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2019-04-30 13:18:46 -0500 |
commit | 8e7316bae43e666a9fa3b99448561af90cbc21b8 (patch) | |
tree | 79583c99b30d65f85ffbe3e3641ec94d8a80e87a /src/feature/control/control_getinfo.c | |
parent | 965c2064da9ae731873110a1f6da66e2f6fa020e (diff) | |
download | tor-8e7316bae43e666a9fa3b99448561af90cbc21b8.tar.gz tor-8e7316bae43e666a9fa3b99448561af90cbc21b8.zip |
Split reply formatting out of control_fmt.c
Split the core reply formatting code out of control_fmt.c into
control_proto.c. The remaining code in control_format.c deals with
specific subsystems and will eventually move to join those subsystems.
Diffstat (limited to 'src/feature/control/control_getinfo.c')
-rw-r--r-- | src/feature/control/control_getinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/control/control_getinfo.c b/src/feature/control/control_getinfo.c index 5c6a0d4aa2..6f5e69dc0b 100644 --- a/src/feature/control/control_getinfo.c +++ b/src/feature/control/control_getinfo.c @@ -28,6 +28,7 @@ #include "feature/control/control_events.h" #include "feature/control/control_fmt.h" #include "feature/control/control_getinfo.h" +#include "feature/control/control_proto.h" #include "feature/control/fmt_serverstatus.h" #include "feature/control/getinfo_geoip.h" #include "feature/dircache/dirserv.h" |