Improved the ROBOdoc documentation generation process.
[runtime.git] / lib / silcutil / silcthread.h
index cbc072bdfd663429350d4b718fe9bdaf4e4a78c9..06becee09d32015feba4500786eb995d27ede943 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-/****h* silcutil/SilcThreadAPI
+/****h* silcutil/SILC Thread Interface
  *
  * DESCRIPTION
  *
@@ -72,8 +72,8 @@ typedef void *(*SilcThreadStart)(void *context);
  *
  * SYNOPSIS
  *
- *    SilcThread silc_thread_create(SilcThreadStart start_func, void *context);
- *
+ *    SilcThread silc_thread_create(SilcThreadStart start_func, 
+ *                                  void *context, bool waitable);
  * DESCRIPTION
  *
  *    Creates a new thread. The `start_func' with `context' will be