summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-31 19:17:22 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-31 19:17:22 -0400
commit77ffd6b2a7bb8450c033763e2eb4d7f0ed7a5757 (patch)
treeb7578a5b8c4c86909b9f63546b6d557a2782823a /src/or/or.h
parente84ddead349e5af8c183042d3de27ecb4b6d4e87 (diff)
parentc4c7dcd453b62b3d3bcc8e78df8455a77645e62a (diff)
downloadtor-77ffd6b2a7bb8450c033763e2eb4d7f0ed7a5757.tar.gz
tor-77ffd6b2a7bb8450c033763e2eb4d7f0ed7a5757.zip
Merge commit 'origin/maint-0.2.1'
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 5f91cec89f..2fa60264f5 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4499,7 +4499,8 @@ int routerset_needs_geoip(const routerset_t *set);
int routerset_contains_router(const routerset_t *set, routerinfo_t *ri);
int routerset_contains_routerstatus(const routerset_t *set,
routerstatus_t *rs);
-int routerset_contains_extendinfo(const routerset_t *set, extend_info_t *ei);
+int routerset_contains_extendinfo(const routerset_t *set,
+ const extend_info_t *ei);
void routerset_get_all_routers(smartlist_t *out, const routerset_t *routerset,
int running_only);
void routersets_get_disjunction(smartlist_t *target, const smartlist_t *source,