diff options
Diffstat (limited to 'src/misc/hash/hashInt.h')
-rw-r--r-- | src/misc/hash/hashInt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/hash/hashInt.h b/src/misc/hash/hashInt.h index f58a9fac..23947946 100644 --- a/src/misc/hash/hashInt.h +++ b/src/misc/hash/hashInt.h @@ -21,6 +21,7 @@ #ifndef __HASH_INT_H__ #define __HASH_INT_H__ + //////////////////////////////////////////////////////////////////////// /// INCLUDES /// //////////////////////////////////////////////////////////////////////// @@ -28,6 +29,9 @@ #include <stdio.h> #include "extra.h" +ABC_NAMESPACE_HEADER_START + + extern int Hash_DefaultHashFunc(int key, int nBins); //////////////////////////////////////////////////////////////////////// @@ -291,4 +295,8 @@ static inline void Hash_IntFree( Hash_Int_t *p ) { /// END OF FILE /// //////////////////////////////////////////////////////////////////////// + + +ABC_NAMESPACE_HEADER_END + #endif |