summaryrefslogtreecommitdiff
path: root/src/or/control.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-09 12:13:37 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-13 10:41:28 -0400
commitdad12188a6ca957f6fde1eb602fd98b2fa93b1a4 (patch)
treeac7c2d4d5e1ff39675df1bc3723b57ec453b4b92 /src/or/control.h
parentc55c8f0d4926481ea2cf49e14915688de2eb4938 (diff)
downloadtor-dad12188a6ca957f6fde1eb602fd98b2fa93b1a4.tar.gz
tor-dad12188a6ca957f6fde1eb602fd98b2fa93b1a4.zip
Write automatically-chosen control ports to a file.
Diffstat (limited to 'src/or/control.h')
-rw-r--r--src/or/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h
index 2ae96b4b8a..a73ed5d3c1 100644
--- a/src/or/control.h
+++ b/src/or/control.h
@@ -15,6 +15,8 @@
void control_update_global_event_mask(void);
void control_adjust_event_log_severity(void);
+void control_ports_write_to_file(void);
+
/** Log information about the connection <b>conn</b>, protecting it as with
* CONN_LOG_PROTECT. Example:
*