aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2011-11-29 11:00:43 +0100
committerNick Mathewson <nickm@torproject.org>2011-11-30 11:55:46 -0500
commit32d10bdfb3a55fe3752f85a7937e1f3f5c7e2c56 (patch)
tree876474c9c79c47d29d00f83e3204185520454bc0 /src/or/config.h
parent39ec781b8fa164dd2b68cec349f2b38d81fa3cbb (diff)
downloadtor-32d10bdfb3a55fe3752f85a7937e1f3f5c7e2c56.tar.gz
tor-32d10bdfb3a55fe3752f85a7937e1f3f5c7e2c56.zip
Whitespace changes.
Diffstat (limited to 'src/or/config.h')
-rw-r--r--src/or/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/config.h b/src/or/config.h
index cbba9e697d..2d94192d3b 100644
--- a/src/or/config.h
+++ b/src/or/config.h
@@ -65,7 +65,8 @@ 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);
+int get_first_advertised_port_by_type_af(int listener_type,
+ int address_family);
#define get_primary_or_port() \
(get_first_advertised_port_by_type_af(CONN_TYPE_OR_LISTENER, AF_INET))
#define get_primary_dir_port() \