diff src/protocols/sametime/sametime.c @ 13640:d12bbe6da705

[gaim-migrate @ 16038] * Changed signatures of some of the search results notify API functions. * GG PRPL: Support parallel public directory searches. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 16 Apr 2006 10:10:55 +0000
parents bfda68675f7b
children 967ef719cb62
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c	Sat Apr 15 15:01:30 2006 +0000
+++ b/src/protocols/sametime/sametime.c	Sun Apr 16 10:10:55 2006 +0000
@@ -4223,7 +4223,7 @@
 }
 
 
-static void notify_im(GaimConnection *gc, GList *row) {
+static void notify_im(GaimConnection *gc, GList *row, void *user_data) {
   GaimAccount *acct;
   GaimConversation *conv;
   char *id;
@@ -4236,7 +4236,7 @@
 }
 
 
-static void notify_add(GaimConnection *gc, GList *row) {
+static void notify_add(GaimConnection *gc, GList *row, void *user_data) {
   gaim_blist_request_add_buddy(gaim_connection_get_account(gc),
 			       g_list_nth_data(row, 1), NULL,
 			       g_list_nth_data(row, 0));