diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-12 17:58:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-13 12:20:26 -0400 |
commit | 7d11952bf4b7bda604e503485036b1a80edf3fd9 (patch) | |
tree | 0e1c4f64f7be1e8bde92e766fb045529800d5105 /src/or/config.h | |
parent | 2eb2536c0a570f7c9f9a168755379f9b04b8465d (diff) | |
download | tor-7d11952bf4b7bda604e503485036b1a80edf3fd9.tar.gz tor-7d11952bf4b7bda604e503485036b1a80edf3fd9.zip |
Split the or_state_t portions of config.c into their own file
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/or/config.h b/src/or/config.h index abfbef7929..9d170b8af5 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -59,10 +59,6 @@ char *options_get_datadir_fname2_suffix(const or_options_t *options, int get_num_cpus(const or_options_t *options); -or_state_t *get_or_state(void); -int did_last_state_file_write_fail(void); -int or_state_save(time_t now); - const smartlist_t *get_configured_ports(void); int get_first_advertised_port_by_type_af(int listener_type, int address_family); @@ -76,10 +72,6 @@ char *get_first_listener_addrport_string(int listener_type); int options_need_geoip_info(const or_options_t *options, const char **reason_out); -void save_transport_to_state(const char *transport_name, - const tor_addr_t *addr, uint16_t port); -char *get_stored_bindaddr_for_server_transport(const char *transport); - smartlist_t *get_list_of_ports_to_forward(void); int getinfo_helper_config(control_connection_t *conn, |