chiark / gitweb /
@@@ wip type definitions in manpage synopses
[mLib] / hash / unihash.3
index 28cb580647c2077334a5a119d20b986bbb6ec659..c6b4c5865dda1024cf57cddecffd12d2613c839a 100644 (file)
@@ -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 );