Merged from silc_1_0_branch (second merge).
[silc.git] / lib / silcclient / silcclient.h
index d87dff84b92f2054edc34d15498df2fa459195e0..5750bb203c4239aee49d1e6f6becab9333080e2b 100644 (file)
@@ -527,7 +527,8 @@ typedef struct {
      message to a specific connection.  `conn', however, may be NULL. 
      The `type' indicates the type of the message sent by the library.
      The application can for example filter the message according the
-     type. */
+     type.  The variable argument list is arguments to the formatted
+     message that `msg' may be. */
   void (*say)(SilcClient client, SilcClientConnection conn, 
              SilcClientMessageType type, char *msg, ...);