summaryrefslogtreecommitdiff
path: root/src/or/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.h')
-rw-r--r--src/or/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.h b/src/or/main.h
index 132ab12bbb..808aa14143 100644
--- a/src/or/main.h
+++ b/src/or/main.h
@@ -45,7 +45,7 @@ int connection_is_writing(connection_t *conn);
MOCK_DECL(void,connection_stop_writing,(connection_t *conn));
MOCK_DECL(void,connection_start_writing,(connection_t *conn));
-void tell_event_loop_to_finish(void);
+void tell_event_loop_to_run_external_code(void);
void connection_stop_reading_from_linked_conn(connection_t *conn);