diff libpurple/protocols/msn/sbconn.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 e26b590bbf76
children 471e9b81da41
line wrap: on
line diff
--- a/libpurple/protocols/msn/sbconn.h	Sat Jun 19 23:23:23 2010 +0000
+++ b/libpurple/protocols/msn/sbconn.h	Sat Jun 19 23:55:16 2010 +0000
@@ -16,4 +16,7 @@
 void msn_switchboard_send_msg(MsnSwitchBoard *swboard, MsnMessage *msg,
 						 gboolean queue);
 
+void
+msn_sbconn_process_queue(MsnSwitchBoard *swboard);
+
 #endif /* MSN_SBCONN_H */