aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_ob.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-01-14 12:54:56 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-21 10:31:29 -0500
commitfaada6af8d77eee40499be06acfab80d0ffac97f (patch)
treecb8c89c3983d078996020c9bfd4a350a18385dd8 /src/feature/hs/hs_ob.h
parent780e498f760b139fb540d2e050de08df60714f4a (diff)
downloadtor-faada6af8d77eee40499be06acfab80d0ffac97f.tar.gz
tor-faada6af8d77eee40499be06acfab80d0ffac97f.zip
hs-v3: Implement hs_ob_service_is_instance()
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/hs/hs_ob.h')
-rw-r--r--src/feature/hs/hs_ob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/hs/hs_ob.h b/src/feature/hs/hs_ob.h
index 8ad6aabc4f..fea6a737d7 100644
--- a/src/feature/hs/hs_ob.h
+++ b/src/feature/hs/hs_ob.h
@@ -11,6 +11,8 @@
#include "hs_service.h"
+bool hs_ob_service_is_instance(const hs_service_t *service);
+
int hs_ob_parse_config_file(hs_service_config_t *config);
size_t hs_ob_get_subcredentials(const hs_service_config_t *config,