comparison src/protocols/msn/switchboard.h @ 9158:c30d81b4dd22

[gaim-migrate @ 9942] Patch from Felipe Contreras to sync our MSN prpl with what's in his tree. He says this may fix a couple bugs, but the important thing is the restructuring of how MsnMessages work. Lots of style changes and other stuff as well. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 01 Jun 2004 06:42:20 +0000
parents bbd8cdaf0ad5
children 502707ca1836
comparison
equal deleted inserted replaced
9157:bd1ea0a717d7 9158:c30d81b4dd22
157 157
158 /** 158 /**
159 * Connects to a switchboard. 159 * Connects to a switchboard.
160 * 160 *
161 * @param swboard The switchboard. 161 * @param swboard The switchboard.
162 * @param host The host. 162 * @param host The switchboard server host.
163 * @param port The port. 163 * @param port The switcbharod server port.
164 * 164 *
165 * @return @c TRUE if able to connect, or @c FALSE otherwise. 165 * @return @c TRUE if able to connect, or @c FALSE otherwise.
166 */ 166 */
167 gboolean msn_switchboard_connect(MsnSwitchBoard *swboard, 167 gboolean msn_switchboard_connect(MsnSwitchBoard *swboard,
168 const char *host, int port); 168 const char *host, int port);