diff options
Diffstat (limited to 'tests/check-irc-helper.h')
-rw-r--r-- | tests/check-irc-helper.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/check-irc-helper.h b/tests/check-irc-helper.h deleted file mode 100644 index e375f6fb6..000000000 --- a/tests/check-irc-helper.h +++ /dev/null @@ -1,24 +0,0 @@ -#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> - -#ifndef __CHECK_IRC_HELPER_H__ -#define __CHECK_IRC_HELPER_H__ - -struct server_t -{ - gchar *address; - guint port; - gboolean ssl; -}; - -void check_server (EmpathyIrcServer *server, const gchar *_address, - guint _port, gboolean _ssl); - -void check_network (EmpathyIrcNetwork *network, const gchar *_name, - const gchar *_charset, struct server_t *_servers, guint nb_servers); - -#endif /* __CHECK_IRC_HELPER_H__ */ |