changeset 6361:e5493443881a

Doc fix.
author Simon Josefsson <simon@josefsson.org>
date Tue, 11 Oct 2005 19:17:09 +0000
parents 74a5018452c0
children 2bcfc491052b
files lib/gc.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gc.h	Tue Oct 11 18:50:36 2005 +0000
+++ b/lib/gc.h	Tue Oct 11 19:17:09 2005 +0000
@@ -68,7 +68,8 @@
    algorithm HASH, placing the result in the pre-allocated buffer OUT.
    The required size of OUT depends on HASH, and is generally
    GC_<HASH>_DIGEST_SIZE.  For example, for GC_MD5 the output buffer
-   must be 16 bytes. */
+   must be 16 bytes.  The return value is 0 (GC_OK) on success, or
+   another Gc_rc error code. */
 extern int
 gc_hash_buffer (int hash, const void *in, size_t inlen, char *out);