Mercurial > pidgin
view libpurple/protocols/msn/sbconn.h @ 30934:4e097dfb7784
Fix some leaks. Header and footer are allocated, copied and not freed.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 21 Nov 2010 08:47:08 +0000 |
parents | 471e9b81da41 |
children | 72e6fa6caecc |
line wrap: on
line source
#ifndef MSN_SBCONN_H #define MSN_SBCONN_H #include "msg.h" #include "slplink.h" #define MSN_SBCONN_MAX_SIZE 1202 void msn_sbconn_send_part(MsnSlpLink *slplink, MsnSlpMessagePart *part); void msn_switchboard_send_msg(MsnSwitchBoard *swboard, MsnMessage *msg, gboolean queue); void msn_sbconn_process_queue(MsnSwitchBoard *swboard); #endif /* MSN_SBCONN_H */