Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
220dec86
Commit
220dec86
authored
Oct 20, 2006
by
Simon Marlow
Browse files
add prototypes for exitHashTable()
parent
53c390a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Hash.h
View file @
220dec86
...
...
@@ -36,5 +36,7 @@ HashTable * allocStrHashTable ( void );
*/
void
freeHashTable
(
HashTable
*
table
,
void
(
*
freeDataFun
)(
void
*
)
);
void
exitHashTable
(
void
);
#endif
/* HASH_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment