implemented KICK command
[silc.git] / lib / silcclient / idlist.h
index 9f1e4c37a417a96d547732022583cb6d5f36e809..4b831db68c91ade45424989c0853f90e9a86256a 100644 (file)
@@ -68,7 +68,7 @@ typedef struct SilcChannelEntryStruct {
 
 /* Command identifier used by ID list routines when sending WHOIS/IDENTIFY
    commands to routers. */
-#define SILC_IDILIST_IDENT 3333
+#define SILC_IDLIST_IDENT 3333
 
 /* Prototypes */
 
@@ -76,11 +76,11 @@ SilcClientEntry silc_idlist_get_client(SilcClient client,
                                       SilcClientConnection conn,
                                       char *nickname,
                                       char *server,
-                                      unsigned int num);
+                                      unsigned int num,
+                                      int query);
 SilcClientEntry silc_idlist_get_client_by_id(SilcClient client,
                                             SilcClientConnection conn,
-                                            SilcClientID *client_id,
-                                            int query);
+                                            SilcClientID *client_id);
 SilcChannelEntry silc_idlist_get_channel(SilcClient client,
                                         SilcClientConnection conn,
                                         char *channel);