diff options
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r-- | src/or/connection_edge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h index c320d6ba49..499bf421dd 100644 --- a/src/or/connection_edge.h +++ b/src/or/connection_edge.h @@ -9,8 +9,8 @@ * \brief Header file for connection_edge.c. **/ -#ifndef _TOR_CONNECTION_EDGE_H -#define _TOR_CONNECTION_EDGE_H +#ifndef TOR_CONNECTION_EDGE_H +#define TOR_CONNECTION_EDGE_H #define connection_mark_unattached_ap(conn, endreason) \ _connection_mark_unattached_ap((conn), (endreason), __LINE__, _SHORT_FILE_) |