# HG changeset patch # User Nathan Walp # Date 1128275628 0 # Node ID 8cc98a1d5b0f1dfec0da00a95ec41747be7313cf # Parent e8585a3306369a48265fdd5a78efe5d231160542 [gaim-migrate @ 13858] ugh committer: Tailor Script diff -r e8585a330636 -r 8cc98a1d5b0f src/protocols/sametime/meanwhile/srvc_store.c --- a/src/protocols/sametime/meanwhile/srvc_store.c Sun Oct 02 17:15:42 2005 +0000 +++ b/src/protocols/sametime/meanwhile/srvc_store.c Sun Oct 02 17:53:48 2005 +0000 @@ -331,7 +331,7 @@ } -static void recv(struct mwService *srvc, struct mwChannel *chan, +static void mwservice_recv(struct mwService *srvc, struct mwChannel *chan, guint16 type, struct mwOpaque *data) { /* process into results, trigger callbacks */ @@ -402,7 +402,7 @@ srvc->get_desc = get_desc; srvc->recv_accept = recv_channelAccept; srvc->recv_destroy = recv_channelDestroy; - srvc->recv = recv; + srvc->recv = mwservice_recv; srvc->start = start; srvc->stop = stop; srvc->clear = clear;