diff options
Diffstat (limited to 'src/or/channel.h')
-rw-r--r-- | src/or/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/channel.h b/src/or/channel.h index 716eb57d62..33b7c8f88b 100644 --- a/src/or/channel.h +++ b/src/or/channel.h @@ -294,7 +294,7 @@ void channel_listener_dumpstats(int severity); /* Set the cmux policy on all active channels */ void channel_set_cmux_policy_everywhere(circuitmux_policy_t *pol); -#ifdef _TOR_CHANNEL_INTERNAL +#ifdef TOR_CHANNEL_INTERNAL_ /* Channel operations for subclasses and internal use only */ |