aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-09 03:18:39 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-09 03:18:39 +0000
commit29b6d6560eecfe7a97631b48d4af208c54e95f12 (patch)
tree3a323126bb18bcc081e6c11c8dff90c358d062ad /src/or/or.h
parent25cb9453d775250cef20a282352ba57131a8b08a (diff)
downloadtor-29b6d6560eecfe7a97631b48d4af208c54e95f12.tar
tor-29b6d6560eecfe7a97631b48d4af208c54e95f12.tar.gz
add a "getinfo address" controller command.
svn:r8354
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 1cb4446aa..eed357816 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2464,6 +2464,7 @@ const char *router_get_my_descriptor(void);
int router_digest_is_me(const char *digest);
int router_is_me(routerinfo_t *router);
int router_fingerprint_is_me(const char *fp);
+int router_pick_published_address(or_options_t *options, uint32_t *addr);
int router_rebuild_descriptor(int force);
int router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
crypto_pk_env_t *ident_key);