summaryrefslogtreecommitdiffstats
path: root/src/misc/hash/hashFlt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/hash/hashFlt.h')
-rw-r--r--src/misc/hash/hashFlt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/hash/hashFlt.h b/src/misc/hash/hashFlt.h
index 4b9951cb..b4a8fb49 100644
--- a/src/misc/hash/hashFlt.h
+++ b/src/misc/hash/hashFlt.h
@@ -21,6 +21,7 @@
#ifndef __HASH_FLT_H__
#define __HASH_FLT_H__
+
////////////////////////////////////////////////////////////////////////
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
@@ -28,6 +29,9 @@
#include <stdio.h>
#include "extra.h"
+ABC_NAMESPACE_HEADER_START
+
+
extern int Hash_DefaultHashFunc(int key, int nBins);
////////////////////////////////////////////////////////////////////////
@@ -327,4 +331,8 @@ static inline void Hash_FltFree( Hash_Flt_t *p ) {
/// END OF FILE ///
////////////////////////////////////////////////////////////////////////
+
+
+ABC_NAMESPACE_HEADER_END
+
#endif