diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2010-10-01 00:07:10 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2010-10-04 17:57:29 -0700 |
commit | 89dffade8da372e296ae2d564dda102e9a7d566b (patch) | |
tree | 8b3afeec51ba113a811047718c4a35d2442643f4 /src/or/router.h | |
parent | 1b8c8059c72940e47afa787fe50adbcfeb192895 (diff) | |
download | tor-89dffade8da372e296ae2d564dda102e9a7d566b.tar.gz tor-89dffade8da372e296ae2d564dda102e9a7d566b.zip |
Add public_server_mode function.
Diffstat (limited to 'src/or/router.h')
-rw-r--r-- | src/or/router.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.h b/src/or/router.h index c17fc78bd0..4107c717c3 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -48,6 +48,7 @@ int authdir_mode_tests_reachability(or_options_t *options); int authdir_mode_bridge(or_options_t *options); int server_mode(or_options_t *options); +int public_server_mode(or_options_t *options); int advertised_server_mode(void); int proxy_mode(or_options_t *options); void consider_publishable_server(int force); |