Merged silc_1_0_branch to trunk.
[silc.git] / apps / silcd / idlist.h
index cff9c43c161f1dc219339e142bd48e2fbc6c99ba..0c4d0a60808c4b1a885893e93c259bb686734a17 100644 (file)
@@ -616,7 +616,8 @@ silc_idlist_replace_client_id(SilcServer server,
                              SilcIDList id_list, SilcClientID *old_id,
                              SilcClientID *new_id, const char *nickname);
 void silc_idlist_client_destructor(SilcIDCache cache,
-                                  SilcIDCacheEntry entry);
+                                  SilcIDCacheEntry entry,
+                                  void *context);
 SilcChannelEntry
 silc_idlist_add_channel(SilcIDList id_list, char *channel_name, int mode,
                        SilcChannelID *id, SilcServerEntry router,