Added SILC Thread Queue API
[silc.git] / lib / silcutil / silcasync.h
index 0cc2190ecadd7dd23d7705644628e0b9faa5dd21..6e7469839e8ea06dfd953ee43fd89831295fdbf4 100644 (file)
@@ -278,7 +278,7 @@ SilcAsyncOperation silc_async_alloc(SilcAsyncOperationAbort abort_cb,
  *    silc_async_abort.  Since this use pre-allocated context, the function
  *    silc_async_free need not be called.  This function is equivalent
  *    to silc_async_alloc except this does not allocate any memory.  The `op'
- *    needs not be uninitialized.
+ *    needs not be uninitialized.  This returns always TRUE.
  *
  *    If the `pause_cb' is provided then the upper layer may also halt and
  *    then later resume the execution of the operation, by calling the