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_events.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_events.c')
-rw-r--r-- | src/feature/control/control_events.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/control/control_events.c b/src/feature/control/control_events.c index 129776f49f..e596a8aee2 100644 --- a/src/feature/control/control_events.c +++ b/src/feature/control/control_events.c @@ -24,6 +24,7 @@ #include "feature/control/control.h" #include "feature/control/control_events.h" #include "feature/control/control_fmt.h" +#include "feature/control/control_proto.h" #include "feature/dircommon/directory.h" #include "feature/nodelist/networkstatus.h" #include "feature/nodelist/nodelist.h" |