X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;fp=lib%2Fsilcclient%2Fsilcclient.h;h=26d7b1d4a7cedace0fbe9f80277319df549c8a39;hb=a71ca13285f67f081df53cf40a0170a723ebdec3;hp=4d3fc3a05628b15925bbf648ff88bd68e65400c7;hpb=0fe36aefe123f64c81e3982153fa49094132c1be;p=silc.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 4d3fc3a0..26d7b1d4 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -49,15 +49,6 @@ * employ concurrency control if the callbacks need to access shared data * in the application. Messages are also received in that thread. * - * All entries (SilcClientEntry, SilcChannelEntry and SilcServerEntry) are - * reference counted. If application wishes to save an entry pointer it must - * always first acquire a reference. The reference must be released once the - * entry is not needed anymore. If application wants to read any data from - * the entry structure it must first lock the entry. This protects access to - * the entries in multithreaded environment. If threads are not used, locking - * the entries is not needed. They however still must be referenced even - * when threads are not used. - * ***/ #ifndef SILCCLIENT_H @@ -2008,7 +1999,7 @@ SilcBool silc_client_set_away_message(SilcClient client, * * The SILC_CLIENT_FILE_MONITOR_DISCONNECT will be called if remote * disconnects the session connection. The silc_client_file_close must - * be called when this status is received. The session is over when + * be called when this status is received. The session is over when * this is received. * * The SILC_CLIENLT_FILE_MONITOR_ERROR is called in case some error