Wrap gcc on Windows, to provide the -B flags
[ghc-hetmet.git] / rts / Hash.h
index d16f9ae..1099b8f 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef HASH_H
 #define HASH_H
 
+BEGIN_RTS_PRIVATE
+
 typedef struct hashtable HashTable; /* abstract */
 
 /* Hash table access where the keys are StgWords */
@@ -45,5 +47,7 @@ void freeHashTable ( HashTable *table, void (*freeDataFun)(void *) );
 
 void exitHashTable ( void );
 
+END_RTS_PRIVATE
+
 #endif /* HASH_H */