aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_common.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-01-19 16:26:26 -0500
committerDavid Goulet <dgoulet@torproject.org>2018-01-19 16:26:26 -0500
commitf870f9c8bcdbf2f8fd1c1e1feb9f88dc111ab25a (patch)
tree1725d467f118be34c702ec94c041ca8b6d788f35 /src/or/hs_common.h
parent44388757c44834d63614c4e13cf88931992afc2a (diff)
parentf98f7ca89865d1a477fc65165b92c86b9d8437fa (diff)
downloadtor-f870f9c8bcdbf2f8fd1c1e1feb9f88dc111ab25a.tar.gz
tor-f870f9c8bcdbf2f8fd1c1e1feb9f88dc111ab25a.zip
Merge branch 'bug24895_031_02' into bug24895_032_02
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r--src/or/hs_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h
index b81c03d508..7c5ea4792c 100644
--- a/src/or/hs_common.h
+++ b/src/or/hs_common.h
@@ -166,6 +166,8 @@ void hs_cleanup_circ(circuit_t *circ);
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);
+
char *hs_path_from_filename(const char *directory, const char *filename);
void hs_build_address(const ed25519_public_key_t *key, uint8_t version,
char *addr_out);