add prototypes for exitHashTable()
authorSimon Marlow <simonmar@microsoft.com>
Fri, 20 Oct 2006 10:29:34 +0000 (10:29 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 20 Oct 2006 10:29:34 +0000 (10:29 +0000)
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 */