Fix building RTS with gcc 2.*; declare all variables at the top of a block
[ghc-hetmet.git] / rts / Hash.h
index ad55953..fb83fdf 100644 (file)
@@ -36,5 +36,7 @@ HashTable * allocStrHashTable ( void );
  */
 void freeHashTable ( HashTable *table, void (*freeDataFun)(void *) );
 
+void exitHashTable ( void );
+
 #endif /* HASH_H */