bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] gc_hash_buffer


From: Bruno Haible
Subject: Re: [bug-gnulib] gc_hash_buffer
Date: Mon, 10 Oct 2005 21:07:30 +0200
User-agent: KMail/1.5

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]