Created SILC Client Libary by moving stuff from silc/ directory.
[silc.git] / lib / silcclient / idlist.h
similarity index 96%
rename from apps/silc/idlist.h
rename to lib/silcclient/idlist.h
index 2191211bb397173436049e89f470d8a9cbba435a..8a7b82815fc8528284bd0beda6e9bd8e582f92bc 100644 (file)
@@ -61,12 +61,12 @@ typedef SilcChannelEntryObject *SilcChannelEntry;
 /* Prototypes */
 
 SilcClientEntry silc_idlist_get_client(SilcClient client,
-                                      SilcClientWindow win,
+                                      SilcClientConnection conn,
                                       char *nickname,
                                       char *server,
                                       unsigned int num);
 SilcChannelEntry silc_idlist_get_channel(SilcClient client,
-                                        SilcClientWindow win,
+                                        SilcClientConnection conn,
                                         char *channel);
 
 #endif