diff options
Diffstat (limited to 'src/or/proto_cell.h')
-rw-r--r-- | src/or/proto_cell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/proto_cell.h b/src/or/proto_cell.h index 91729a391e..bbc14b9a02 100644 --- a/src/or/proto_cell.h +++ b/src/or/proto_cell.h @@ -13,5 +13,5 @@ struct var_cell_t; int fetch_var_cell_from_buf(struct buf_t *buf, struct var_cell_t **out, int linkproto); -#endif +#endif /* !defined(TOR_PROTO_CELL_H) */ |