X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..136406deb8d6adab122ee83f17c7a36eee8d81d1:/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;