diff options
author | teor <teor@torproject.org> | 2019-10-18 13:21:36 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-20 17:52:38 +1000 |
commit | 7944b55ad1dbadaeb2a4f72b959d23bdc15b8d20 (patch) | |
tree | bec2a39f0f52bc7c0f5b0a5d5659340ea64bf01d /src/feature/relay/routermode.h | |
parent | fdf47e0f0b82c10b943ed69717f4f62c0bdff402 (diff) | |
download | tor-7944b55ad1dbadaeb2a4f72b959d23bdc15b8d20.tar.gz tor-7944b55ad1dbadaeb2a4f72b959d23bdc15b8d20.zip |
feature: Move proxy_mode() into new files
proxy_mode() was in routermode.[ch], but it's actually a client
mode. Move it into client/proxymode.[ch].
Part of 32123.
Diffstat (limited to 'src/feature/relay/routermode.h')
-rw-r--r-- | src/feature/relay/routermode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/relay/routermode.h b/src/feature/relay/routermode.h index be535af478..a391a6485e 100644 --- a/src/feature/relay/routermode.h +++ b/src/feature/relay/routermode.h @@ -17,7 +17,6 @@ int dir_server_mode(const or_options_t *options); MOCK_DECL(int, server_mode, (const or_options_t *options)); MOCK_DECL(int, public_server_mode, (const or_options_t *options)); MOCK_DECL(int, advertised_server_mode, (void)); -int proxy_mode(const or_options_t *options); void set_server_advertised(int s); |