Header changes.
[crypto.git] / lib / silcutil / silclist.h
index 1cd197700eea7cf9076fcab1855d0bbdfda55c25..e7d9c53bf1d1f0da084f2adee395b6aebb51bc3a 100644 (file)
@@ -24,6 +24,9 @@
  * Implementation of the SilcList interface.  This interface provides
  * simple linked list.
  *
+ * SILC List is not thread-safe.  If the same list context must be used
+ * in multithreaded environment concurrency control must be employed.
+ *
  ***/
 
 #ifndef SILCLIST_H