chiark / gitweb /
struct/hash.3: Zap spurious space before pointer argument name.
[mLib] / struct / hash.3
index 5869d893752d903e4eb2c2a6345cda0a1f9045f1..60932584c6bc122ecb4599bbccf0ea3352938fbe 100644 (file)
@@ -42,7 +42,7 @@ hash \- low-level hashtable implementation
 .BI "void hash_destroy(hash_table *" t );
 .BI "hash_base **hash_bin(hash_table *" t ", uint32 " hash );
 .BI "int hash_extend(hash_table *" t );
-.BI "void hash_remove(hash_table *" t ", hash_base * " b );
+.BI "void hash_remove(hash_table *" t ", hash_base *" b );
 .BI "void hash_mkiter(hash_iter *" i ", hash_table *" t );
 .BI "hash_base *hash_next(hash_iter *" i );