comparison src/protocols/msn/switchboard.h @ 8583:fc27237783ee

[gaim-migrate @ 9333] Added Felipe Contreras's patch to reorganize and clean up the MSN protocol plugin. Thanks, and once again, apologies for the what must have seemed a never-ending delay. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 05 Apr 2004 07:11:24 +0000
parents 06f57183e29f
children bbd8cdaf0ad5
comparison
equal deleted inserted replaced
8582:d7c85220c685 8583:fc27237783ee
38 38
39 char *auth_key; 39 char *auth_key;
40 char *session_id; 40 char *session_id;
41 41
42 gboolean invited; 42 gboolean invited;
43 gboolean destroying;
43 44
44 GaimConversation *chat; 45 GaimConversation *chat;
45 46
46 gboolean in_use; 47 gboolean in_use;
47 48
144 145
145 /** 146 /**
146 * Connects to a switchboard. 147 * Connects to a switchboard.
147 * 148 *
148 * @param swboard The switchboard. 149 * @param swboard The switchboard.
149 * @param server The server. 150 * @param host The host.
150 * @param port The port. 151 * @param port The port.
151 * 152 *
152 * @return @c TRUE if able to connect, or @c FALSE otherwise. 153 * @return @c TRUE if able to connect, or @c FALSE otherwise.
153 */ 154 */
154 gboolean msn_switchboard_connect(MsnSwitchBoard *swboard, 155 gboolean msn_switchboard_connect(MsnSwitchBoard *swboard,
155 const char *server, int port); 156 const char *host, int port);
156 157
157 /** 158 /**
158 * Disconnects from a switchboard. 159 * Disconnects from a switchboard.
159 * 160 *
160 * @param swboard The switchboard. 161 * @param swboard The switchboard.