diff options
author | David Goulet <dgoulet@torproject.org> | 2018-01-19 16:21:55 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-01-19 16:21:55 -0500 |
commit | f98f7ca89865d1a477fc65165b92c86b9d8437fa (patch) | |
tree | 244995fb98017b7505b386449688dcf0f526d2c0 /src/or/hs_common.h | |
parent | f406b9df0533c9730b4537b39f3a7f8d232f3558 (diff) | |
parent | 490ae26b24a6b2b8843515425cedabf99801163a (diff) | |
download | tor-f98f7ca89865d1a477fc65165b92c86b9d8437fa.tar.gz tor-f98f7ca89865d1a477fc65165b92c86b9d8437fa.zip |
Merge branch 'bug24895_029_02' into bug24895_031_02
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r-- | src/or/hs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h index a8fded652a..7eef5fc97e 100644 --- a/src/or/hs_common.h +++ b/src/or/hs_common.h @@ -52,6 +52,7 @@ int hs_check_service_private_dir(const char *username, const char *path, unsigned int dir_group_readable, unsigned int create); +int hs_get_service_max_rend_failures(void); void rend_data_free(rend_data_t *data); rend_data_t *rend_data_dup(const rend_data_t *data); |