Fixed warning with a missing function declaration
[cascardo/rnetproxy.git] / jabber.h
index 793cdc9..11e5097 100644 (file)
--- a/jabber.h
+++ b/jabber.h
 #define JABBER_H
 
 #include <gnet.h>
+#include <iksemel.h>
 #include "nethook.h"
 
 net_hook_t* jabber_hook_new (GConn *conn);
 void jabber_hook_destroy (net_hook_t*);
 net_hook_t* jabber_server_hook_new (net_hook_t*, char*);
+GString* jabber_new_start (iks* node);
 
 #endif