aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_service.c')
-rw-r--r--src/or/hs_service.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c
index c62aa8b075..16ffc4885c 100644
--- a/src/or/hs_service.c
+++ b/src/or/hs_service.c
@@ -97,6 +97,13 @@ hs_service_free(hs_service_t *service)
tor_free(service);
}
+/* Initialize the service HS subsystem. */
+void
+hs_service_init(void)
+{
+ return;
+}
+
/* Release all global the storage of hidden service subsystem. */
void
hs_service_free_all(void)