updates.
[silc.git] / apps / silcd / packet_send.h
index c353661b8d8d81703b53196f6dc52c5fc344c1f2..944284cf1d577f33b41c4a66011952185780d778 100644 (file)
@@ -72,6 +72,7 @@ void silc_server_packet_relay_to_channel(SilcServer server,
                                         SilcChannelEntry channel,
                                         void *sender, 
                                         SilcIdType sender_type,
+                                        void *sender_entry,
                                         unsigned char *data,
                                         uint32 data_len,
                                         int force_send);
@@ -140,8 +141,8 @@ void silc_server_send_notify_cumode(SilcServer server,
                                    int broadcast,
                                    SilcChannelEntry channel,
                                    uint32 mode_mask,
-                                   SilcClientID *client_id,
-                                   uint32 client_id_len,
+                                   void *id, SilcIdType id_type,
+                                   uint32 id_len,
                                    SilcClientID *target,
                                    uint32 target_len);
 void silc_server_send_notify_signoff(SilcServer server,