aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-01-07 03:15:32 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-01-07 03:15:32 +0800
commit1fb73f7e98bf397d7b0656784881a8913cd6f211 (patch)
tree961bdcca83928b296186af83f11ffadeae722620 /libempathy/empathy-irc-network.h
parentec6638579ec741b7623e1052ee182e0d2bb8da76 (diff)
downloadgsoc2013-empathy-1fb73f7e98bf397d7b0656784881a8913cd6f211.tar
gsoc2013-empathy-1fb73f7e98bf397d7b0656784881a8913cd6f211.tar.gz
gsoc2013-empathy-1fb73f7e98bf397d7b0656784881a8913cd6f211.tar.bz2
gsoc2013-empathy-1fb73f7e98bf397d7b0656784881a8913cd6f211.tar.lz
gsoc2013-empathy-1fb73f7e98bf397d7b0656784881a8913cd6f211.tar.xz
gsoc2013-empathy-1fb73f7e98bf397d7b0656784881a8913cd6f211.tar.zst
gsoc2013-empathy-1fb73f7e98bf397d7b0656784881a8913cd6f211.zip
add empathy_irc_network_remove_server
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__ */