diff mcabber/src/xmpp_s10n.c @ 1604:351427ef0b4b

Remove #include's of C files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:59:53 +0200
parents dcd5d4c75199
children
line wrap: on
line diff
--- a/mcabber/src/xmpp_s10n.c	Mon Jun 15 10:59:31 2009 +0200
+++ b/mcabber/src/xmpp_s10n.c	Sun Oct 11 15:59:53 2009 +0200
@@ -20,6 +20,12 @@
  * USA
  */
 
+#include "xmpp_helper.h"
+#include "events.h"
+#include "screen.h"
+#include "hbuf.h"
+#include "settings.h"
+
 //  xmpp_send_s10n(jid, subtype)
 // Send a s10n message with the passed subtype
 void xmpp_send_s10n(const char *bjid, LmMessageSubType type)
@@ -31,7 +37,7 @@
   lm_message_unref(x);
 }
 
-static int evscallback_subscription(eviqs *evp, guint evcontext)
+int evscallback_subscription(eviqs *evp, guint evcontext)
 {
   char *barejid;
   char *buf;