aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-13 12:12:16 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-13 12:12:16 -0400
commit1aab5b6b391ca179d9acded9465ee4941ec4700b (patch)
treed9f4426a604f0f75e8a422b0f4e8181776374124 /src/or/config.h
parent9a6642f6f5681fe92b17b87304126d2a3b2dec02 (diff)
parent16c5a62a66098274dde726c8e02110238866fe0b (diff)
downloadtor-1aab5b6b391ca179d9acded9465ee4941ec4700b.tar
tor-1aab5b6b391ca179d9acded9465ee4941ec4700b.tar.gz
Merge remote-tracking branch 'public/bug1666'
Conflicts: doc/spec/socks-extensions.txt src/or/buffers.c src/or/config.c src/or/connection_edge.c
Diffstat (limited to 'src/or/config.h')
-rw-r--r--src/or/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h
index bc7119143..8a06f4443 100644
--- a/src/or/config.h
+++ b/src/or/config.h
@@ -79,5 +79,7 @@ uint32_t get_effective_bwburst(const or_options_t *options);
or_options_t *options_new(void);
#endif
+void config_register_addressmaps(const or_options_t *options);
+
#endif