comparison src/protocols/silc/silc.c @ 10401:3e4ecbdf8d0a

[gaim-migrate @ 11638] Stuff compiles again, if that's what you wanted stuff to do. It works a bit too. I fixed one crash in oscar, only to reveal another that I didnn't fix (tooltips). Most protocols still need updating to actually log in in the specified state, TCL needs some love for gaim_account_connect, perl probably does too but that needs more love anyway. The reconnect plugin could be more intelligent too, as could gaim-remote. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 21 Dec 2004 01:48:30 +0000
parents 681c69bfc267
children b6ca0e1b19d0
comparison
equal deleted inserted replaced
10400:6a043ae92db6 10401:3e4ecbdf8d0a
241 241
242 silc_free(params.detach_data); 242 silc_free(params.detach_data);
243 } 243 }
244 244
245 static void 245 static void
246 silcgaim_login(GaimAccount *account) 246 silcgaim_login(GaimAccount *account, GaimStatus *status)
247 { 247 {
248 SilcGaim sg; 248 SilcGaim sg;
249 SilcClient client; 249 SilcClient client;
250 SilcClientParams params; 250 SilcClientParams params;
251 GaimConnection *gc; 251 GaimConnection *gc;