X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2FCodingStyle;h=1a89142443bad5ecc04ff1d94f7f8b3fafd2c0fe;hb=392c65ba9e06f633115ab2b88ebdbbb63ccc59c8;hp=3f34557f8d1af6cd0659ae085aef6be2f3603f6e;hpb=7842456e8b7c8a81a88a9d4db35225c053eefb1c;p=runtime.git diff --git a/doc/CodingStyle b/doc/CodingStyle index 3f34557f..1a891424 100644 --- a/doc/CodingStyle +++ b/doc/CodingStyle @@ -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