diff options
Diffstat (limited to 'src/common/memarea.h')
-rw-r--r-- | src/common/memarea.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/memarea.h b/src/common/memarea.h index b3c76d8d0c..8b88585d35 100644 --- a/src/common/memarea.h +++ b/src/common/memarea.h @@ -1,9 +1,9 @@ -/* Copyright (c) 2008-2012, The Tor Project, Inc. */ +/* Copyright (c) 2008-2013, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* Tor dependencies */ -#ifndef _TOR_MEMAREA_H -#define _TOR_MEMAREA_H +#ifndef TOR_MEMAREA_H +#define TOR_MEMAREA_H typedef struct memarea_t memarea_t; |