aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-12-09 23:19:35 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-12-09 23:19:35 +0000
commitc058ff976bbbbf43ef11c262f21440e61244f73e (patch)
treefb5f6438555ab486d44925f7fd06f0d4265ec10d /protocols/msn/msn.c
parentde0337481fca3894c406a2724da30af8cc8bae2f (diff)
Added /invite support for Jabber chatrooms (and fixed the argument order
to chat_invite).
Diffstat (limited to 'protocols/msn/msn.c')
-rw-r--r--protocols/msn/msn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c
index df04e30d..aa05dbdd 100644
--- a/protocols/msn/msn.c
+++ b/protocols/msn/msn.c
@@ -240,7 +240,7 @@ static void msn_chat_msg( struct groupchat *c, char *message, int flags )
already severely broken) disappeared here! */
}
-static void msn_chat_invite( struct groupchat *c, char *msg, char *who )
+static void msn_chat_invite( struct groupchat *c, char *who, char *message )
{
struct msn_switchboard *sb = msn_sb_by_chat( c );
char buf[1024];