comparison libpurple/protocols/msn/cmdproc.h @ 31791:6ce4f2272abc

Fix a crash when the account is disconnected and we have requested a SB. (Hanzz, ported by shlomif)(Fixes #12431)
author masca@cpw.pidgin.im
date Sun, 14 Aug 2011 19:04:59 +0000
parents e8e4c4207d30
children
comparison
equal deleted inserted replaced
31790:edd063ee1016 31791:6ce4f2272abc
77 * Sends transaction using this servconn. 77 * Sends transaction using this servconn.
78 * 78 *
79 * @param cmdproc The MsnCmdProc to be used. 79 * @param cmdproc The MsnCmdProc to be used.
80 * @param trans The MsnTransaction to be sent. 80 * @param trans The MsnTransaction to be sent.
81 */ 81 */
82 void msn_cmdproc_send_trans(MsnCmdProc *cmdproc, MsnTransaction *trans); 82 gboolean msn_cmdproc_send_trans(MsnCmdProc *cmdproc, MsnTransaction *trans);
83 83
84 /** 84 /**
85 * Add a transaction to the queue to be processed latter. 85 * Add a transaction to the queue to be processed latter.
86 * 86 *
87 * @param cmdproc The MsnCmdProc in which the transaction will be queued. 87 * @param cmdproc The MsnCmdProc in which the transaction will be queued.