chiark / gitweb /
Merge new Disobedience manual
[disorder] / lib / hash.h
index e932f4b359b93534b0dd08a2ee05757be5ab140a..f0efa54b4a8be345cd57f3769df3def27e8ce94b 100644 (file)
 #ifndef HASH_H
 #define HASH_H
 
+/** @brief Hash structure
+ *
+ * A hash table has string keys and byte blocks of fixed size as values.
+ */
 typedef struct hash hash;
 struct kvp;