]> git.0d.be Git - empathy.git/blobdiff - tests/test-irc-helper.h
libempathy-gtk: fix uninitialized variable
[empathy.git] / tests / test-irc-helper.h
index e375f6fb65f49b575741d609701d98572b77c667..02eda91789ce35a189c5defd8dc00bfc3b82f121 100644 (file)
@@ -1,9 +1,6 @@
-#include <stdlib.h>
 #include <string.h>
 
-#include <libempathy/empathy-irc-server.h>
-#include <libempathy/empathy-irc-network.h>
-#include <libempathy/empathy-irc-network-manager.h>
+#include <tp-account-widgets/tpaw-irc-network-manager.h>
 
 #ifndef __CHECK_IRC_HELPER_H__
 #define __CHECK_IRC_HELPER_H__
@@ -15,10 +12,10 @@ struct server_t
   gboolean ssl;
 };
 
-void check_server (EmpathyIrcServer *server, const gchar *_address,
+void check_server (TpawIrcServer *server, const gchar *_address,
     guint _port, gboolean _ssl);
 
-void check_network (EmpathyIrcNetwork *network, const gchar *_name,
+void check_network (TpawIrcNetwork *network, const gchar *_name,
     const gchar *_charset, struct server_t *_servers, guint nb_servers);
 
 #endif /* __CHECK_IRC_HELPER_H__ */