aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-07 22:55:53 -0400
committerNick Mathewson <nickm@torproject.org>2012-12-06 11:15:01 -0500
commit194cc24792056952de00a67b4983c3cd4f683ce5 (patch)
tree4b87e51bf2c493d2cd5c59b2d89ad175b8e61d07 /src/or/routerlist.c
parentbd93ff8dd76b06ca3afe1f362b086d4f12639f71 (diff)
downloadtor-194cc24792056952de00a67b4983c3cd4f683ce5.tar
tor-194cc24792056952de00a67b4983c3cd4f683ce5.tar.gz
Make output of router_get_trusted_dir_servers const
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 173583787..2a146ba62 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -918,7 +918,7 @@ router_reload_router_list(void)
* known trusted dirservers. Callers must not modify the list or its
* contents.
*/
-smartlist_t *
+const smartlist_t *
router_get_trusted_dir_servers(void)
{
if (!trusted_dir_servers)