comparison libpurple/protocols/msn/error.h @ 31292:47b6eda87723

propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b) to branch 'im.pidgin.soc.2010.msn-tlc' (head f3998422a4724ab424e4e2328f58fc0504856557)
author masca@cpw.pidgin.im
date Mon, 19 Jul 2010 21:11:32 +0000
parents b3b7b537284f
children
comparison
equal deleted inserted replaced
30698:e874875a74a7 31292:47b6eda87723
42 * @param session The current session. 42 * @param session The current session.
43 * @param type The error type. 43 * @param type The error type.
44 */ 44 */
45 void msn_error_handle(MsnSession *session, unsigned int type); 45 void msn_error_handle(MsnSession *session, unsigned int type);
46 46
47 /**
48 * Show the sync issue in a dialog using request api
49 *
50 * @param sesion MsnSession associated to this error.
51 * @param passport The passport associated with the error.
52 * @param group_name The group in the buddy is suppoused to be
53 */
54 void msn_error_sync_issue(MsnSession *session, const char *passport,
55 const char *group_name);
56
47 #endif /* MSN_ERROR_H */ 57 #endif /* MSN_ERROR_H */