diff -r 783fa6f14695 -r ef88ffed66eb src/protocols/msn/session.h --- a/src/protocols/msn/session.h Sat Apr 02 16:07:20 2005 +0000 +++ b/src/protocols/msn/session.h Sat Apr 02 16:38:33 2005 +0000 @@ -192,11 +192,12 @@ * * @param session The MSN session. * @param username The username to search for. + * @param flag The flag of the switchboard * * @return The switchboard. */ MsnSwitchBoard *msn_session_get_swboard(MsnSession *session, - const char *username); + const char *username, MsnSBFlag flag); /** * Sets an error for the MSN session.