aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/protover.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-03 08:55:17 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-03 08:55:17 -0400
commitefc969e86214fc53d3387c646ef0eab80ce15981 (patch)
treebcf64d7b1842f0741826c97ff63e8dae2e140b4d /src/core/or/protover.h
parentd1fda62d11139830b0d81d56d0dfd372237d0be6 (diff)
downloadtor-efc969e86214fc53d3387c646ef0eab80ce15981.tar.gz
tor-efc969e86214fc53d3387c646ef0eab80ce15981.zip
Rename protover_contains_long_protocol_names to protover_list_is_invalid
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ protover_contains_long_protocol_names protover_list_is_invalid
Diffstat (limited to 'src/core/or/protover.h')
-rw-r--r--src/core/or/protover.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/protover.h b/src/core/or/protover.h
index 2950147d1b..24008f46b9 100644
--- a/src/core/or/protover.h
+++ b/src/core/or/protover.h
@@ -69,7 +69,7 @@ typedef enum protocol_type_t {
PRT_FLOWCTRL = 11,
} protocol_type_t;
-bool protover_contains_long_protocol_names(const char *s);
+bool protover_list_is_invalid(const char *s);
int protover_all_supported(const char *s, char **missing);
int protover_is_supported_here(protocol_type_t pr, uint32_t ver);
const char *protover_get_supported_protocols(void);