diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 1a58165598..9036ef0192 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2273,7 +2273,6 @@ void connection_start_writing(connection_t *conn); void directory_all_unreachable(time_t now); void directory_info_has_arrived(time_t now, int from_cache); -int control_signal_check(int the_signal); void control_signal_act(int the_signal); void handle_signals(int is_parent); void tor_cleanup(void); |