chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lib/configuration.c, lib/home.c: Introduce environment variables.
[disorder]
/
lib
/
hash.h
diff --git
a/lib/hash.h
b/lib/hash.h
index e932f4b359b93534b0dd08a2ee05757be5ab140a..f0efa54b4a8be345cd57f3769df3def27e8ce94b 100644
(file)
--- 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;