aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-10 20:13:52 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-10 20:13:52 +0000
commitd9a99b9ba6582d40a929838e5af771204b9c964b (patch)
tree3e8379963666f88d54ffe5ae833739e8c62644e4 /src/or/or.h
parent976c8f8a71b8dac7dc683e54cce02fcfe4146780 (diff)
downloadtor-d9a99b9ba6582d40a929838e5af771204b9c964b.tar
tor-d9a99b9ba6582d40a929838e5af771204b9c964b.tar.gz
get r11842 closer to what i want
svn:r11851
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 85a686aa8..9b34ed899 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3555,6 +3555,7 @@ int router_digest_is_trusted_dir_type(const char *digest,
authority_type_t type);
#define router_digest_is_trusted_dir(d) \
router_digest_is_trusted_dir_type((d), 0)
+int router_addr_is_trusted_dir(uint32_t addr);
routerlist_t *router_get_routerlist(void);
void routerlist_reset_warnings(void);
void routerlist_free(routerlist_t *routerlist);