aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-irc-network.h')
-rw-r--r--libempathy/empathy-irc-network.h3
1 files changed, 3 insertions, 0 deletions
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__ */