diff options
Diffstat (limited to 'libempathy/empathy-irc-network-manager.h')
-rw-r--r-- | libempathy/empathy-irc-network-manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-irc-network-manager.h b/libempathy/empathy-irc-network-manager.h index a050f4723..11c84836f 100644 --- a/libempathy/empathy-irc-network-manager.h +++ b/libempathy/empathy-irc-network-manager.h @@ -63,6 +63,8 @@ GType empathy_irc_network_manager_get_type (void); EmpathyIrcNetworkManager * empathy_irc_network_manager_new ( const gchar *global_file, const gchar *user_file); +EmpathyIrcNetworkManager * empathy_irc_network_manager_dup_default (void); + void empathy_irc_network_manager_add (EmpathyIrcNetworkManager *manager, EmpathyIrcNetwork *network); |