Added p_contact_create_display_string

This commit is contained in:
James Booth
2013-10-07 00:16:58 +01:00
parent 9bea1ce830
commit 383d91ec36
3 changed files with 34 additions and 38 deletions

View File

@@ -55,5 +55,6 @@ void p_contact_set_groups(const PContact contact, GSList *groups);
GSList * p_contact_groups(const PContact contact);
gboolean p_contact_in_group(const PContact contact, const char * const group);
gboolean p_contact_subscribed(const PContact contact);
char * p_contact_create_display_string(const PContact contact, const char * const resource);
#endif