From 220dec863e89103983698d253c6087d2f85c037f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 20 Oct 2006 10:29:34 +0000 Subject: [PATCH] add prototypes for exitHashTable() --- rts/Hash.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 1.7.10.4