summaryrefslogtreecommitdiff
path: root/rts/Hash.h
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-10-20 10:29:34 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-10-20 10:29:34 +0000
commit220dec863e89103983698d253c6087d2f85c037f (patch)
tree6ca7d762220cca1b7a013ad4969176df4fa98318 /rts/Hash.h
parent53c390a4f2eb9017d50f51cd040f742cef309fb9 (diff)
downloadhaskell-220dec863e89103983698d253c6087d2f85c037f.tar.gz
add prototypes for exitHashTable()
Diffstat (limited to 'rts/Hash.h')
-rw-r--r--rts/Hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/Hash.h b/rts/Hash.h
index ad55953da4..fb83fdfa9e 100644
--- a/rts/Hash.h
+++ b/rts/Hash.h
@@ -36,5 +36,7 @@ HashTable * allocStrHashTable ( void );
*/
void freeHashTable ( HashTable *table, void (*freeDataFun)(void *) );
+void exitHashTable ( void );
+
#endif /* HASH_H */