diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-21 14:07:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-21 14:07:43 -0500 |
commit | bf882b037371d5ccb9eb1fc6c71199865169661b (patch) | |
tree | 39c2de688fc53f5af24ef89b425e8b7cbfd98461 /src/or/protover.h | |
parent | 5da0a73838a210bac3be81baa9ade1d4ee7bf343 (diff) | |
download | tor-bf882b037371d5ccb9eb1fc6c71199865169661b.tar.gz tor-bf882b037371d5ccb9eb1fc6c71199865169661b.zip |
re-run ./scripts/maint/annotate_ifdef_directives
Diffstat (limited to 'src/or/protover.h')
-rw-r--r-- | src/or/protover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/protover.h b/src/or/protover.h index a4dbc8bfc2..83a728e626 100644 --- a/src/or/protover.h +++ b/src/or/protover.h @@ -84,7 +84,7 @@ STATIC const char *protocol_type_to_str(protocol_type_t pr); STATIC int str_to_protocol_type(const char *s, protocol_type_t *pr_out); STATIC void proto_entry_free(proto_entry_t *entry); -#endif +#endif /* !defined(HAVE_RUST) && defined(TOR_UNIT_TESTS) */ #endif /* defined(PROTOVER_PRIVATE) */ |