aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_service.h
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-12-03 17:40:55 -0800
committerNeel Chauhan <neel@neelc.org>2020-12-03 17:40:55 -0800
commit7d54734900e3a11f007d9fdff1188be7cc2e7a01 (patch)
tree03a7092d736997f29f6c254b15f40514addb992c /src/feature/hs/hs_service.h
parentbe6db23d1d4ce1185a7263f8554978e0fb9ea821 (diff)
downloadtor-7d54734900e3a11f007d9fdff1188be7cc2e7a01.tar.gz
tor-7d54734900e3a11f007d9fdff1188be7cc2e7a01.zip
More logic corrections
Diffstat (limited to 'src/feature/hs/hs_service.h')
-rw-r--r--src/feature/hs/hs_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_service.h b/src/feature/hs/hs_service.h
index 12698a483c..6a39dee037 100644
--- a/src/feature/hs/hs_service.h
+++ b/src/feature/hs/hs_service.h
@@ -390,7 +390,7 @@ void hs_service_dump_stats(int severity);
void hs_service_circuit_cleanup_on_close(const circuit_t *circ);
hs_service_authorized_client_t *
-parse_authorized_client_key(const char *key_str, bool log);
+parse_authorized_client_key(const char *key_str, int severity);
void
service_authorized_client_free_(hs_service_authorized_client_t *client);