diff options
Diffstat (limited to 'src/feature/rend/rendclient.h')
-rw-r--r-- | src/feature/rend/rendclient.h | 1 |
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) */ |