]> git.0d.be Git - empathy.git/blobdiff - tests/test-irc-helper.h
tp-account-widgets: Switch the symbols namespace to tpaw
[empathy.git] / tests / test-irc-helper.h
index 6010bc186600384614f57bfda025078774f648d3..2dedf50c9466423f779b7758827fb22c88261c05 100644 (file)
@@ -12,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__ */