summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-07-20 06:44:16 +0000
committerRoger Dingledine <arma@torproject.org>2004-07-20 06:44:16 +0000
commitf54224ab356eda91f3488ce454617c984caa0b17 (patch)
tree1b5ea4478e2b218bec7a6e7bb4522e01f9463638 /src/or/or.h
parentb4d4a961b114392b9b09b98951e0a36778aba1e1 (diff)
downloadtor-f54224ab356eda91f3488ce454617c984caa0b17.tar.gz
tor-f54224ab356eda91f3488ce454617c984caa0b17.zip
clients can now pick non-authdirservers for fetching directories.
servers still pick authdirservers, but they never pick themselves. but picking themselves for fetching rend descs is ok. svn:r2059
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 a5bbe63196..a54e21837e 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1355,7 +1355,7 @@ int router_dump_router_to_string(char *s, int maxlen, routerinfo_t *router,
/********************************* routerlist.c ***************************/
-routerinfo_t *router_pick_directory_server(void);
+routerinfo_t *router_pick_directory_server(int requireauth, int requireothers);
int all_directory_servers_down(void);
struct smartlist_t;
void add_nickname_list_to_smartlist(struct smartlist_t *sl, const char *list);