diff options
Diffstat (limited to 'libempathy/empathy-irc-network.h')
-rw-r--r-- | libempathy/empathy-irc-network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-irc-network.h b/libempathy/empathy-irc-network.h index 9d78f3c3f..a298ced9a 100644 --- a/libempathy/empathy-irc-network.h +++ b/libempathy/empathy-irc-network.h @@ -62,6 +62,8 @@ GType empathy_irc_network_get_type (void); (G_TYPE_INSTANCE_GET_CLASS ((o), EMPATHY_TYPE_IRC_NETWORK, \ EmpathyIrcNetworkClass)) +void empathy_irc_network_activate (EmpathyIrcNetwork *self); + EmpathyIrcNetwork * empathy_irc_network_new (const gchar *name); GSList * empathy_irc_network_get_servers (EmpathyIrcNetwork *network); |