src/protocols/msn/session.h

changeset 10773
ef88ffed66eb
parent 10621
2b214ffb112b
child 11992
906176cc9b22
equal deleted inserted replaced
10772:783fa6f14695 10773:ef88ffed66eb
190 /** 190 /**
191 * Returns a switchboard to communicate with certain username. 191 * Returns a switchboard to communicate with certain username.
192 * 192 *
193 * @param session The MSN session. 193 * @param session The MSN session.
194 * @param username The username to search for. 194 * @param username The username to search for.
195 * @param flag The flag of the switchboard
195 * 196 *
196 * @return The switchboard. 197 * @return The switchboard.
197 */ 198 */
198 MsnSwitchBoard *msn_session_get_swboard(MsnSession *session, 199 MsnSwitchBoard *msn_session_get_swboard(MsnSession *session,
199 const char *username); 200 const char *username, MsnSBFlag flag);
200 201
201 /** 202 /**
202 * Sets an error for the MSN session. 203 * Sets an error for the MSN session.
203 * 204 *
204 * @param session The MSN session. 205 * @param session The MSN session.

mercurial