updtes
[silc.git] / lib / silcclient / idlist.h
index 7d680741f73c2f9b554784423e72c0d1a2afea2b..39b4f022d5a0b65d69e73d409d7764e465bef238 100644 (file)
@@ -36,8 +36,7 @@ struct SilcClientEntryStruct {
   char *hostname;              /* hostname */
   char *server;                        /* SILC server name */
   char *realname;              /* Realname (userinfo) */
-  SilcUInt32 num;
-  SilcUInt32 mode;                     /* User mode in SILC */
+  SilcUInt32 mode;             /* User mode in SILC */
   SilcClientID *id;            /* The Client ID */
   unsigned char *fingerprint;  /* Fingerprint of client's public key */
   SilcUInt32 fingerprint_len;  /* Length of the fingerprint */
@@ -124,6 +123,11 @@ SilcChannelEntry silc_client_add_channel(SilcClient client,
                                         const char *channel_name,
                                         SilcUInt32 mode, 
                                         SilcChannelID *channel_id);
+SilcServerEntry silc_client_add_server(SilcClient client,
+                                      SilcClientConnection conn,
+                                      const char *server_name,
+                                      const char *server_info,
+                                      SilcServerID *server_id);
 bool silc_client_replace_channel_id(SilcClient client,
                                    SilcClientConnection conn,
                                    SilcChannelEntry channel,