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 f3b28adb78..336685d075 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -82,6 +82,8 @@ const char *tor_get_digests(void); uint32_t get_effective_bwrate(const or_options_t *options); uint32_t get_effective_bwburst(const or_options_t *options); +char *get_transport_bindaddr_from_config(const char *transport); + #ifdef CONFIG_PRIVATE /* Used only by config.c and test.c */ or_options_t *options_new(void); |