diff options
Diffstat (limited to 'src/or/status.h')
-rw-r--r-- | src/or/status.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/status.h b/src/or/status.h index 189ac789e1..7c3b969c86 100644 --- a/src/or/status.h +++ b/src/or/status.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2012, The Tor Project, Inc. */ +/* Copyright (c) 2010-2013, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -#ifndef _TOR_STATUS_H -#define _TOR_STATUS_H +#ifndef TOR_STATUS_H +#define TOR_STATUS_H int log_heartbeat(time_t now); |