# HG changeset patch
# User Richard Laager <rlaager@wiktel.com>
# Date 1135367439 0
# Node ID 5c5e03b9aed6cc9aebab3e26f96b1a951d485eea
# Parent  fc28451f5d9677bf93b994314066adc38f4fd8eb
[gaim-migrate @ 14984]
Fix the prototype on jabber_offline_message to fix a warning. I somehow missed this before.

committer: Tailor Script <tailor@pidgin.im>

diff -r fc28451f5d96 -r 5c5e03b9aed6 src/protocols/jabber/jabber.c
--- a/src/protocols/jabber/jabber.c	Fri Dec 23 19:26:04 2005 +0000
+++ b/src/protocols/jabber/jabber.c	Fri Dec 23 19:50:39 2005 +0000
@@ -1605,7 +1605,7 @@
 	return GAIM_CMD_RET_OK;
 }
 
-static gboolean jabber_offline_message(GaimBuddy *buddy)
+static gboolean jabber_offline_message(const GaimBuddy *buddy)
 {
 	return TRUE;
 }