From: Simon Marlow Date: Fri, 20 Oct 2006 10:29:34 +0000 (+0000) Subject: add prototypes for exitHashTable() X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=220dec863e89103983698d253c6087d2f85c037f add prototypes for exitHashTable() --- diff --git a/rts/Hash.h b/rts/Hash.h index ad55953..fb83fdf 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 */