diff options
Diffstat (limited to 'src/or/circuitlist.h')
-rw-r--r-- | src/or/circuitlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h index 89e957c70a..0239da306a 100644 --- a/src/or/circuitlist.h +++ b/src/or/circuitlist.h @@ -9,8 +9,8 @@ * \brief Header file for circuitlist.c. **/ -#ifndef _TOR_CIRCUITLIST_H -#define _TOR_CIRCUITLIST_H +#ifndef TOR_CIRCUITLIST_H +#define TOR_CIRCUITLIST_H circuit_t * _circuit_get_global_list(void); const char *circuit_state_to_string(int state); |