Started implementing protocol version 1.1 and narrowing down
[silc.git] / apps / irssi / src / silc / core / client_ops.h
index 69682f69b8157ace526dfff601ebfcc159d3a70c..f7031fdb106340b4065c4dd954d9fb1957eaa685 100644 (file)
@@ -27,10 +27,14 @@ void silc_say_error(char *msg, ...);
 void silc_channel_message(SilcClient client, SilcClientConnection conn,
                          SilcClientEntry sender, 
                          SilcChannelEntry channel, 
-                         SilcMessageFlags flags, char *msg);
+                         SilcMessageFlags flags, 
+                         const unsigned char *message,
+                         SilcUInt32 message_len);
 void silc_private_message(SilcClient client, SilcClientConnection conn,
                          SilcClientEntry sender, 
-                         SilcMessageFlags flags, char *msg);
+                         SilcMessageFlags flags, 
+                         const unsigned char *message,
+                         SilcUInt32 message_len);
 void silc_notify(SilcClient client, SilcClientConnection conn, 
                 SilcNotifyType type, ...);
 void silc_command(SilcClient client, SilcClientConnection conn,