diff options
author | teor <teor@torproject.org> | 2019-10-30 16:50:20 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-31 12:34:20 +1000 |
commit | d6654580851425a67686de2122cd6978e2809667 (patch) | |
tree | 2adcb1b82b96ef882901cd53c190681e0968fdd6 /src/app/config/config.h | |
parent | 8036954bf5fd6bd6752b3e4b4e6c52e68dd4ddcb (diff) | |
download | tor-d6654580851425a67686de2122cd6978e2809667.tar.gz tor-d6654580851425a67686de2122cd6978e2809667.zip |
config: Delete get_list_of_ports_to_forward()
Tor has not supported automatic port forwarding for some time.
Diffstat (limited to 'src/app/config/config.h')
-rw-r--r-- | src/app/config/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/config/config.h b/src/app/config/config.h index 12dd6e1ba5..a1963b7453 100644 --- a/src/app/config/config.h +++ b/src/app/config/config.h @@ -182,8 +182,6 @@ char *get_first_listener_addrport_string(int listener_type); int options_need_geoip_info(const or_options_t *options, const char **reason_out); -smartlist_t *get_list_of_ports_to_forward(void); - int getinfo_helper_config(control_connection_t *conn, const char *question, char **answer, const char **errmsg); |