updates.
[silc.git] / lib / silcutil / silcthread.h
index 5d4932d8fb574e8284178ba1176a7137624c44c0..aba0cd0a0c6b29b33309ef396177f08346ba30d1 100644 (file)
@@ -1,29 +1,29 @@
-/****h* silcutil/silcthread.h
- *
- * NAME
- *
- * silcmutex.h
- *
- * COPYRIGHT
- *
- * Author: Pekka Riikonen <priikone@silcnet.org>
- *
- * Copyright (C) 2001 Pekka Riikonen
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+/*
+
+  silcmutex.h
+  Author: Pekka Riikonen <priikone@silcnet.org>
+  Copyright (C) 2001 Pekka Riikonen
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+*/
+
+/****h* silcutil/SilcThreadAPI
  *
  * DESCRIPTION
  *
  * Interface for SILC Thread implementation. This is platform independent
- * implementation of threads for applications needing concurrent execution
+ * interface of threads for applications that need concurrent execution
  * with the application's main thread. The threads created with this 
  * interface executes concurrently with the calling thread.
  *
@@ -122,7 +122,7 @@ void silc_thread_exit(void *exit_value);
  *
  * DESCRIPTION
  *
- *    Returns a pointer of the current thread.
+ *    Returns a pointer to the current thread.
  *
  ***/
 SilcThread silc_thread_self(void);