changeset 1222:5186c154e90d

[gaim-migrate @ 1232] this should fix a couple segfaults i've had so far committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 08 Dec 2000 22:33:28 +0000
parents 32d2a5e10c08
children 96ab3e7b7035
files plugins/icq/gaim_icq.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/icq/gaim_icq.c	Fri Dec 08 21:30:09 2000 +0000
+++ b/plugins/icq/gaim_icq.c	Fri Dec 08 22:33:28 2000 +0000
@@ -193,6 +193,10 @@
 	g_show_info_text(buf);
 }
 
+static void icq_req_notify(struct icq_link *link, unsigned long id, int result,
+				unsigned int length, void *data) {
+}
+
 static void icq_login(struct aim_user *user) {
 	struct gaim_connection *gc = new_gaim_conn(user);
 	struct icq_data *id = gc->proto_data = g_new0(struct icq_data, 1);
@@ -214,6 +218,7 @@
 	link->icq_WrongPassword = icq_wrong_passwd;
 	link->icq_InvalidUIN = icq_invalid_uin;
 	link->icq_Log = icq_do_log;
+	link->icq_RequestNotify = icq_req_notify;
 	link->icq_SetTimeout = icq_set_timeout;
 
 	icq_UnsetProxy(link);