comparison libgaim/protocols/oscar/oscar.c @ 14354:01daacf7b771

[gaim-migrate @ 17060] Make gaim_url_fetch() cancelable and change Yahoo! to take advantage of the changes. Other stuff can be changed later, the important thing is that the API is there. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Aug 2006 21:13:30 +0000
parents 80b05108652c
children 92eb7a040663
comparison
equal deleted inserted replaced
14353:33dc9f22b528 14354:01daacf7b771
1370 g_free(primary); 1370 g_free(primary);
1371 1371
1372 return 1; 1372 return 1;
1373 } 1373 }
1374 1374
1375 /* XXX - Should use gaim_url_fetch for the below stuff */ 1375 /* XXX - Should use gaim_util_fetch_url for the below stuff */
1376 struct pieceofcrap { 1376 struct pieceofcrap {
1377 GaimConnection *gc; 1377 GaimConnection *gc;
1378 unsigned long offset; 1378 unsigned long offset;
1379 unsigned long len; 1379 unsigned long len;
1380 char *modname; 1380 char *modname;