summaryrefslogtreecommitdiff
path: root/src/feature/rend/rendclient.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-07-12 09:21:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-28 16:01:57 -0400
commitf661d856fd83cb978320bf55ba5dfdee55a666b8 (patch)
tree019a18c86d19e5ebd87cd739fa71684f646b973f /src/feature/rend/rendclient.h
parent67cd67611c7d0756d04eab4a04ed913bf3421ae1 (diff)
downloadtor-f661d856fd83cb978320bf55ba5dfdee55a666b8.tar.gz
tor-f661d856fd83cb978320bf55ba5dfdee55a666b8.zip
hs: Remove rend_client_allow_non_anonymous_connection
By removing Tor2Web, there is no way a client can be non anonymous so we remove that function and the callsites. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/rend/rendclient.h')
-rw-r--r--src/feature/rend/rendclient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/rend/rendclient.h b/src/feature/rend/rendclient.h
index e41faa4932..2e7d7aeca9 100644
--- a/src/feature/rend/rendclient.h
+++ b/src/feature/rend/rendclient.h
@@ -47,7 +47,6 @@ rend_service_authorization_t *rend_client_lookup_service_authorization(
const char *onion_address);
void rend_service_authorization_free_all(void);
-int rend_client_allow_non_anonymous_connection(const or_options_t *options);
int rend_client_non_anonymous_mode_enabled(const or_options_t *options);
#endif /* !defined(TOR_RENDCLIENT_H) */