diff src/protocols/msn/session.h @ 10773:888d4c328be5

[gaim-migrate @ 12382] Patch 1149564 from Felipe Contreras: "[MSN] Cleanups and fixes I know it fixes a multiple conversation close notification but it probably fixes more stuff. I don't know exactly what are the diferences with what Stu did." I munged it a bit, to make it compile and stuff. Please test this, I might have broken it. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 02 Apr 2005 16:38:33 +0000
parents fe919915fceb
children c824e39db0e7
line wrap: on
line diff
--- 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.