summaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/hs/hs_config.h')
-rw-r--r--src/feature/hs/hs_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/hs/hs_config.h b/src/feature/hs/hs_config.h
index 5694cf1e9b..c60b4fbb5d 100644
--- a/src/feature/hs/hs_config.h
+++ b/src/feature/hs/hs_config.h
@@ -30,5 +30,6 @@
int hs_config_service_all(const or_options_t *options, int validate_only);
int hs_config_client_auth_all(const or_options_t *options, int validate_only);
-#endif /* !defined(TOR_HS_CONFIG_H) */
+void hs_config_free_all(void);
+#endif /* !defined(TOR_HS_CONFIG_H) */