X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilccond.h;h=59918a48ef3aa6b4d14bf7204cc5476bb6b11b1f;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=08110d8145b1cbd24c0c1039ffe0c9f34f49cd6f;hpb=5c0580bfaa956973c2e292d98cb3df490c0a2fde;p=silc.git diff --git a/lib/silcutil/silccond.h b/lib/silcutil/silccond.h index 08110d81..59918a48 100644 --- a/lib/silcutil/silccond.h +++ b/lib/silcutil/silccond.h @@ -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);