aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-05-09 04:31:00 +0000
committerNick Mathewson <nickm@torproject.org>2005-05-09 04:31:00 +0000
commit13126eeb0fa16f98bffae378f3f570112f99da8d (patch)
tree6b304a5181173b415fa47823482da60fccdc99ad /src/or/or.h
parentc8ad2fc0031a3705708a5f1cdf9518f391df4d80 (diff)
downloadtor-13126eeb0fa16f98bffae378f3f570112f99da8d.tar
tor-13126eeb0fa16f98bffae378f3f570112f99da8d.tar.gz
Patch from goodell for task 131: Do not die on internal address if we are not publishing.
svn:r4186
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 146897a38..8a19b7359 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1249,7 +1249,7 @@ const char *safe_str(const char *address);
int config_get_lines(char *string, struct config_line_t **result);
void config_free_lines(struct config_line_t *front);
int config_trial_assign(struct config_line_t *list, int reset);
-int resolve_my_address(const char *address, uint32_t *addr);
+int resolve_my_address(or_options_t *options, uint32_t *addr);
void options_init(or_options_t *options);
int init_from_config(int argc, char **argv);
int config_init_logs(or_options_t *options, int validate_only);