X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/812b526d127c6657e571db8b33a58137af6709cd..5f624baebe43889bb2810720cb9cc6d0812f49cb:/lib/hash.h 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;