X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/34d37b3e2d05e305469a58166ff21c867c6f610b..006827074fe1dc0b85de76982e1b9bf5cda07e34:/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;