aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.h
diff options
context:
space:
mode:
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