diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-07 09:13:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-07 09:13:30 +0000 |
commit | 9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa (patch) | |
tree | 5e16818b5118d3cef4ccb24ba035879a7562dc02 /src/or/or.h | |
parent | a339449a41fb4d05f9c996df457ba03093d43502 (diff) | |
download | tor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.tar.gz tor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.zip |
finish poking and prodding. i'm all happy now.
svn:r8633
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 78e2de8276..792b69b126 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2558,7 +2558,6 @@ typedef enum { V1_AUTHORITY, V2_AUTHORITY, HIDSERV_AUTHORITY, } authority_type_t; routerstatus_t *router_pick_trusteddirserver(authority_type_t type, - int requireother, int fascistfirewall, int retry_if_no_servers); |