diff options
Diffstat (limited to 'src/common/ht.h')
-rw-r--r-- | src/common/ht.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/ht.h b/src/common/ht.h index 762f836bd3..ab371ec36d 100644 --- a/src/common/ht.h +++ b/src/common/ht.h @@ -5,8 +5,8 @@ /* Based on ideas by Christopher Clark and interfaces from Niels Provos. */ -#ifndef __HT_H -#define __HT_H +#ifndef _TOR_HT_H +#define _TOR_HT_H #define HT_H_ID "$Id$" #define HT_HEAD(name, type) \ |