diff 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
line wrap: on
line diff
--- a/src/protocols/msn/dialog.c	Sun Dec 04 18:19:56 2005 +0000
+++ b/src/protocols/msn/dialog.c	Sun Dec 04 18:42:21 2005 +0000
@@ -23,6 +23,7 @@
  */
 
 #include "msn.h"
+#include "dialog.h"
 
 typedef struct
 {
@@ -69,7 +70,7 @@
 	g_free(data);
 }
 
-static void
+void
 msn_show_sync_issue(MsnSession *session, const char *passport,
 					const char *group_name)
 {