aboutsummaryrefslogtreecommitdiff
path: root/src/or/reasons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/reasons.h')
-rw-r--r--src/or/reasons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/reasons.h b/src/or/reasons.h
index 08e9c0057d..1400e81453 100644
--- a/src/or/reasons.h
+++ b/src/or/reasons.h
@@ -25,5 +25,7 @@ const char *circuit_end_reason_to_control_string(int reason);
const char *socks4_response_code_to_string(uint8_t code);
const char *socks5_response_code_to_string(uint8_t code);
+const char *bandwidth_weight_rule_to_string(enum bandwidth_weight_rule_t rule);
+
#endif