diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 83c06ab8c..bf23ac5e6 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -977,7 +977,7 @@ int router_dump_router_to_string(char *s, int maxlen, routerinfo_t *router, routerinfo_t *router_pick_directory_server(void); routerinfo_t *router_choose_random_node(routerlist_t *dir, char *preferred, char *excluded, - smartlist_t *excludedsmartlist); + struct smartlist_t *excludedsmartlist); routerinfo_t *router_get_by_addr_port(uint32_t addr, uint16_t port); routerinfo_t *router_get_by_link_pk(crypto_pk_env_t *pk); routerinfo_t *router_get_by_nickname(char *nickname); |