add guts for zt

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@185 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2007-05-30 01:01:32 +00:00
parent 77634068da
commit a04655dce5
10 changed files with 405 additions and 43 deletions

View File

@@ -166,7 +166,7 @@ hashtable_count(struct hashtable *h);
*/
void
hashtable_destroy(struct hashtable *h, int free_values);
hashtable_destroy(struct hashtable *h, int free_keys, int free_values);
#endif /* __HASHTABLE_CWC22_H__ */