summaryrefslogtreecommitdiff
path: root/src/or/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.h')
-rw-r--r--src/or/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h
index ce7e319746..dd76edcf1d 100644
--- a/src/or/config.h
+++ b/src/or/config.h
@@ -96,6 +96,11 @@ or_options_t *options_new(void);
#endif
void config_register_addressmaps(const or_options_t *options);
+/* XXXX024 move to connection_edge.h */
+int addressmap_register_auto(const char *from, const char *to,
+ time_t expires,
+ addressmap_entry_source_t addrmap_source,
+ const char **msg);
#endif