X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..3fe2333a1fa62389ad049a1c1ca43fee77a3fef0:/lib/hash.h?ds=sidebyside diff --git a/lib/hash.h b/lib/hash.h index e932f4b..f0efa54 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -22,6 +22,10 @@ #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;