-fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 24 Feb 2012 14:32:24 +0000 (14:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 24 Feb 2012 14:32:24 +0000 (14:32 +0000)
src/util/crypto_hash.c

index 976c5999216d50c5c2fd03817e0622f0b48782d6..63d965406965ab3bdf04a8152ce3a567711d7d42 100644 (file)
@@ -318,6 +318,7 @@ GNUNET_CRYPTO_hash_to_enc (const GNUNET_HashCode * block,
  * Convert ASCII encoding back to GNUNET_CRYPTO_hash
  *
  * @param enc the encoding
+ * @param enclen number of characters in 'enc' (without 0-terminator, which can be missing)
  * @param result where to store the GNUNET_CRYPTO_hash code
  * @return GNUNET_OK on success, GNUNET_SYSERR if result has the wrong encoding
  */