Added SILC Thread Queue API
[silc.git] / lib / silcutil / silccond.h
index 08110d8145b1cbd24c0c1039ffe0c9f34f49cd6f..59918a48ef3aa6b4d14bf7204cc5476bb6b11b1f 100644 (file)
@@ -75,7 +75,8 @@ typedef struct SilcCondStruct *SilcCond;
  *    Allocates SILC Condition variable context.  The condition must
  *    be allocated before it can be used.  It is freed by the
  *    silc_cond_free function.  This returns TRUE and allocated
- *    condition in to the `cond' pointer and FALSE on error.
+ *    condition in to the `cond' pointer and FALSE if system is out of
+ *    memory.
  *
  ***/
 SilcBool silc_cond_alloc(SilcCond *cond);