diff libpurple/protocols/msn/switchboard.h @ 30818:ead7b8c19725

Fix integration between Switchboard and SBConn. by setting public some functions on both sides. Regresion introduced in 99802eb80a7acd
author masca@cpw.pidgin.im
date Sat, 19 Jun 2010 23:55:16 +0000
parents 358abb453add
children 6ce4f2272abc
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.h	Sat Jun 19 23:23:23 2010 +0000
+++ b/libpurple/protocols/msn/switchboard.h	Sat Jun 19 23:55:16 2010 +0000
@@ -244,6 +244,9 @@
 void msn_switchboard_send_msg(MsnSwitchBoard *swboard, MsnMessage *msg,
 							  gboolean queue);
 
+void
+msg_error_helper(MsnCmdProc *cmdproc, MsnMessage *msg, MsnMsgErrorType error);
+
 gboolean msn_switchboard_chat_leave(MsnSwitchBoard *swboard);
 gboolean msn_switchboard_chat_invite(MsnSwitchBoard *swboard, const char *who);