updates
[silc.git] / doc / CodingStyle
index 3f34557f8d1af6cd0659ae085aef6be2f3603f6e..1a89142443bad5ecc04ff1d94f7f8b3fafd2c0fe 100644 (file)
@@ -576,9 +576,9 @@ Lists
 =====
 
 SILC has two different list API's.  The List API and the Dynamic List API.
-Both are based on the TRQ library.  For definitions of List API see
-lib/trq/silclist.h and for Dynamic List API see lib/trq/silcdlist.h. 
-Following short example of the List API.
+For definitions of List API see lib/silcutil/silclist.h and for Dynamic 
+List API see lib/silcutil/silcdlist.h.  Following short example of the 
+List API.
 
 List API