updates.
[silc.git] / apps / silc / client_ops.h
index e803af4d720285389fbe854191224fcc0d892dd9..eb084caf185df502d4767c3a8f8cdf8669f0ea7e 100644 (file)
@@ -22,6 +22,8 @@
 #define CLIENT_OPS_H
 
 void silc_say(SilcClient client, SilcClientConnection conn, char *msg, ...);
+void silc_op_say(SilcClient client, SilcClientConnection conn, 
+                SilcClientMessageType type, char *msg, ...);
 void silc_channel_message(SilcClient client, SilcClientConnection conn,
                          SilcClientEntry sender, 
                          SilcChannelEntry channel,