diff options
Diffstat (limited to 'src/or/rendservice.h')
-rw-r--r-- | src/or/rendservice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rendservice.h b/src/or/rendservice.h index a16a99cf88..2bb0c6aa88 100644 --- a/src/or/rendservice.h +++ b/src/or/rendservice.h @@ -106,6 +106,8 @@ rend_service_port_config_t *rend_service_parse_port_config(const char *string, char **err_msg_out); void rend_service_port_config_free(rend_service_port_config_t *p); +void rend_authorized_client_free(rend_authorized_client_t *client); + /** Return value from rend_service_add_ephemeral. */ typedef enum { RSAE_BADVIRTPORT = -4, /**< Invalid VIRTPORT/TARGET(s) */ |