diff options
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h index bc71191439..8a06f4443a 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 |