diff options
Diffstat (limited to 'libempathy/empathy-contact-manager.h')
-rw-r--r-- | libempathy/empathy-contact-manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h index c2e0b67a2..9ba77966c 100644 --- a/libempathy/empathy-contact-manager.h +++ b/libempathy/empathy-contact-manager.h @@ -29,6 +29,7 @@ #include "empathy-contact.h" #include "empathy-tp-contact-list.h" #include "empathy-contact-list.h" +#include "empathy-contact-monitor.h" G_BEGIN_DECLS @@ -57,6 +58,7 @@ EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager * McAccount *account); gboolean empathy_contact_manager_can_add (EmpathyContactManager *manager, McAccount *account); +EmpathyContactMonitor *empathy_contact_manager_get_monitor (EmpathyContactManager *manager); G_END_DECLS |