Simon Josefsson wrote:
> Review most appreciated, as always.
> ...
> +/* Hashes. */
> +extern int
> +gc_hash_buffer (int hash, const void *in, size_t inlen, char *out);

About the specification of this function: I can guess what 'in' and 'inlen'
mean, but it's not clear what HASH is, what OUT is (and how much memory
should be allocated for it), and what the return value is.

Bruno



_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to