comparison libfaim/faim/aim.h @ 1186:c00fc3adfd66

[gaim-migrate @ 1196] mostly libfaim updates, and a fix for something i broke in the import dialog. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 02 Dec 2000 18:41:58 +0000
parents ed8855ae6632
children 2ac6ccb94229
comparison
equal deleted inserted replaced
1185:47cf56b72d4b 1186:c00fc3adfd66
336 * This is a dreadful solution to the what-room-are-we-joining 336 * This is a dreadful solution to the what-room-are-we-joining
337 * problem. (There's no connection between the service 337 * problem. (There's no connection between the service
338 * request and the resulting redirect.) 338 * request and the resulting redirect.)
339 */ 339 */
340 char *pendingjoin; 340 char *pendingjoin;
341 unsigned short pendingjoinexchange;
341 342
342 /* 343 /*
343 * Outstanding snac handling 344 * Outstanding snac handling
344 * 345 *
345 * XXX: Should these be per-connection? -mid 346 * XXX: Should these be per-connection? -mid