comparison src/protocols/msn/dialog.c @ 12324:90f488e08216

[gaim-migrate @ 14628] My last commit had an error. A couple of functions were declared in headers. I've made them non-static again and added an #include to kill the warning. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 18:42:21 +0000
parents fc464a0abccc
children 4e44ecb866bd 852b32710df0
comparison
equal deleted inserted replaced
12323:fc464a0abccc 12324:90f488e08216
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 24
25 #include "msn.h" 25 #include "msn.h"
26 #include "dialog.h"
26 27
27 typedef struct 28 typedef struct
28 { 29 {
29 GaimConnection *gc; 30 GaimConnection *gc;
30 char *who; 31 char *who;
67 68
68 g_free(data->who); 69 g_free(data->who);
69 g_free(data); 70 g_free(data);
70 } 71 }
71 72
72 static void 73 void
73 msn_show_sync_issue(MsnSession *session, const char *passport, 74 msn_show_sync_issue(MsnSession *session, const char *passport,
74 const char *group_name) 75 const char *group_name)
75 { 76 {
76 GaimConnection *gc; 77 GaimConnection *gc;
77 GaimAccount *account; 78 GaimAccount *account;