mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add an extra comment about keeping rust and c protover in sync.
This commit is contained in:
@@ -393,6 +393,11 @@ protocol_list_supports_protocol_or_later(const char *list,
|
||||
const char *
|
||||
protover_get_supported_protocols(void)
|
||||
{
|
||||
/* WARNING!
|
||||
*
|
||||
* Remember to edit the SUPPORTED_PROTOCOLS list in protover.rs if you
|
||||
* are editing this list.
|
||||
*/
|
||||
return
|
||||
"Cons=1-2 "
|
||||
"Desc=1-2 "
|
||||
|
||||
Reference in New Issue
Block a user