diff options
Diffstat (limited to 'src/or/proto_control0.h')
-rw-r--r-- | src/or/proto_control0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/proto_control0.h b/src/or/proto_control0.h index 6df6bebaa5..0cc8eacad0 100644 --- a/src/or/proto_control0.h +++ b/src/or/proto_control0.h @@ -10,5 +10,5 @@ struct buf_t; int peek_buf_has_control0_command(struct buf_t *buf); -#endif +#endif /* !defined(TOR_PROTO_CONTROL0_H) */ |