diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:17:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 10:17:27 -0400 |
commit | 3b917b2408748efb2ce84c2725e2e81ee0217e03 (patch) | |
tree | d16bcb1c6393d70e05300d5fd8f95601cffc00ae /src/or/control.h | |
parent | 5d5c442e6ad726382c7b8efc0e999825a783bd9e (diff) | |
download | tor-3b917b2408748efb2ce84c2725e2e81ee0217e03.tar.gz tor-3b917b2408748efb2ce84c2725e2e81ee0217e03.zip |
Split control_connection_t into its own header.
This one was actually fairly simple.
Diffstat (limited to 'src/or/control.h')
-rw-r--r-- | src/or/control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h index 92cbf866dd..a499e4533d 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -12,6 +12,8 @@ #ifndef TOR_CONTROL_H #define TOR_CONTROL_H +control_connection_t *TO_CONTROL_CONN(connection_t *); + void control_initialize_event_queue(void); void control_update_global_event_mask(void); |