]> the.earth.li Git - onak.git/blobdiff - hash.h
cscvs to tla changeset 10
[onak.git] / hash.h
diff --git a/hash.h b/hash.h
index b7caa1a5d74f3fa0027d16654237e8fee6f4669b..284095d801700cee1c48f411d92b35e75f6fc7f2 100644 (file)
--- a/hash.h
+++ b/hash.h
  */
 void inithash(void);
 
+/**
+ *     destroyhash - Clean up the hash after use.
+ *
+ *     This function destroys the hash after use, freeing any memory that was
+ *     used during its lifetime.
+ */
+void destroyhash(void);
+
 /**
  *     addtohash - Adds a key to the hash.
  *     @key: The key to add.