diff options
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index f15c8ad5d..d90ea2ad4 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -141,6 +141,8 @@ EmpathyContact * empathy_contact_dup_best_for_action ( void empathy_contact_add_to_contact_list (EmpathyContact *self, const gchar *message); +void empathy_contact_remove_from_contact_list (EmpathyContact *self); + G_END_DECLS #endif /* __EMPATHY_CONTACT_H__ */ |