X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;h=5750bb203c4239aee49d1e6f6becab9333080e2b;hp=d87dff84b92f2054edc34d15498df2fa459195e0;hb=ecb19b3983b3e74bc4aaa82277abd125c53c3623;hpb=382d15d447b7a95390decfa783836ae4fe255b3d diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index d87dff84..5750bb20 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -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, ...);