view libpurple/protocols/msn/sbconn.h @ 31394:5eb2ea662d8c

Nothing uses this return value, so stop returning it. I think it's weird for an unref function to return a pointer to the object you unreffed. I see how there could be an argument for such a thing... but it seems like it would be better to write code that doesn't require knowing whether the object you unreffed was destroyed.
author Mark Doliner <mark@kingant.net>
date Mon, 22 Nov 2010 07:43:56 +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 */