From 1fb73f7e98bf397d7b0656784881a8913cd6f211 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Sun, 6 Jan 2008 20:15:32 +0100 Subject: add empathy_irc_network_remove_server --- libempathy/empathy-irc-network.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-irc-network.h') diff --git a/libempathy/empathy-irc-network.h b/libempathy/empathy-irc-network.h index c1412af1e..51b3dbab2 100644 --- a/libempathy/empathy-irc-network.h +++ b/libempathy/empathy-irc-network.h @@ -70,6 +70,9 @@ empathy_irc_network_get_servers (EmpathyIrcNetwork *network); void empathy_irc_network_add_server (EmpathyIrcNetwork *network, EmpathyIrcServer *server); +void empathy_irc_network_remove_server (EmpathyIrcNetwork *network, + EmpathyIrcServer *server); + G_END_DECLS #endif /* __EMPATHY_IRC_NETWORK_H__ */ -- cgit v1.2.3