summaryrefslogtreecommitdiff
path: root/src/core/or/protover_rust.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/protover_rust.c')
-rw-r--r--src/core/or/protover_rust.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/protover_rust.c b/src/core/or/protover_rust.c
index f44746b6da..99f3aa7f69 100644
--- a/src/core/or/protover_rust.c
+++ b/src/core/or/protover_rust.c
@@ -25,7 +25,7 @@ int protover_contains_long_protocol_names_(const char *s);
* name longer than MAX_PROTOCOL_NAME_LENGTH, and false otherwise.
*/
bool
-protover_contains_long_protocol_names(const char *s)
+protover_list_is_invalid(const char *s)
{
return protover_contains_long_protocol_names_(s) != 0;
}