changeset 11588:8cc98a1d5b0f

[gaim-migrate @ 13858] ugh committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 02 Oct 2005 17:53:48 +0000
parents e8585a330636
children 30947631262d
files src/protocols/sametime/meanwhile/srvc_store.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;