diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-10-20 10:29:34 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-10-20 10:29:34 +0000 |
commit | 220dec863e89103983698d253c6087d2f85c037f (patch) | |
tree | 6ca7d762220cca1b7a013ad4969176df4fa98318 /rts/Hash.h | |
parent | 53c390a4f2eb9017d50f51cd040f742cef309fb9 (diff) | |
download | haskell-220dec863e89103983698d253c6087d2f85c037f.tar.gz |
add prototypes for exitHashTable()
Diffstat (limited to 'rts/Hash.h')
-rw-r--r-- | rts/Hash.h | 2 |
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 */ |