diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-18 23:45:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-18 23:45:24 +0000 |
commit | d07122ba4741897967d110b10ed8ca0441cc6397 (patch) | |
tree | 9622be8f97b48243a4dff53e380fcc68f73fe523 /src/or/or.h | |
parent | 076097281dde078149ed789cf3df0ef6ecce815d (diff) | |
download | tor-d07122ba4741897967d110b10ed8ca0441cc6397.tar.gz tor-d07122ba4741897967d110b10ed8ca0441cc6397.zip |
r17246@catbus: nickm | 2007-12-18 18:45:17 -0500
Fix some xxx020 items.
svn:r12864
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 a59e7459b2..682d83d019 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3718,7 +3718,7 @@ int authdir_mode(or_options_t *options); int authdir_mode_v1(or_options_t *options); int authdir_mode_v2(or_options_t *options); int authdir_mode_v3(or_options_t *options); -int authdir_mode_handles_descs(or_options_t *options); +int authdir_mode_handles_descs(or_options_t *options, int purpose); int authdir_mode_publishes_statuses(or_options_t *options); int authdir_mode_tests_reachability(or_options_t *options); int authdir_mode_bridge(or_options_t *options); |