Header comment changes.
[crypto.git] / lib / silcutil / silchashtable.h
index 6cecb2741a1cfdfa0ff0f52167a8ce7357e0d688..f7d7f21a9d29e2972b0975c69251dfd8e82abb16 100644 (file)
@@ -192,7 +192,7 @@ typedef void (*SilcHashForeach)(void *key, void *context, void *user_context);
  *    it should be a prime. The `hash', `compare' and `destructor' are
  *    the hash function, the key comparison function and key and context
  *    destructor function, respectively. The `hash' is mandatory, the others
- *    are optional.
+ *    are optional.  Returns NULL if system is out of memory.
  *
  ***/
 SilcHashTable silc_hash_table_alloc(SilcStack stack,