chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
@@@ wip type definitions in manpage synopses
[mLib]
/
hash
/
unihash.3
diff --git
a/hash/unihash.3
b/hash/unihash.3
index 28cb580647c2077334a5a119d20b986bbb6ec659..c6b4c5865dda1024cf57cddecffd12d2613c839a 100644
(file)
--- a/
hash/unihash.3
+++ b/
hash/unihash.3
@@
-45,6
+45,8
@@
unihash \- simple and efficient universal hashing for hashtables
.nf
.B "#include <mLib/unihash.h>"
+.B "typedef struct { ...\& } unihash_info;"
+
.B "unihash_info unihash_global;"
.BI "void unihash_setkey(unihash_info *" i ", uint32 " k );