diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-25 14:14:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 14:14:56 -0400 |
commit | 61cebb2035b8cfb2f84ab5e198742d0b29b41192 (patch) | |
tree | 209dd7c275e6005480be3833ea3d2302c794cd80 /src/feature/control/control.h | |
parent | 2917ecaa970c8fabcc0e9875b1e87c0d279ab1b3 (diff) | |
download | tor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.tar.gz tor-61cebb2035b8cfb2f84ab5e198742d0b29b41192.zip |
Minimize the includes in control.c
Diffstat (limited to 'src/feature/control/control.h')
-rw-r--r-- | src/feature/control/control.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/control/control.h b/src/feature/control/control.h index d20bc6fa2b..3083837931 100644 --- a/src/feature/control/control.h +++ b/src/feature/control/control.h @@ -48,7 +48,6 @@ void enable_control_logging(void); void monitor_owning_controller_process(const char *process_spec); const char *rend_auth_type_to_string(rend_auth_type_t auth_type); -MOCK_DECL(const char *, node_describe_longname_by_id,(const char *id_digest)); void control_free_all(void); #ifdef CONTROL_MODULE_PRIVATE |