Fixed compile error for -Wduplicate-decl-specifier on OSX

This commit is contained in:
James Booth
2013-11-10 18:48:55 +00:00
parent be653667e4
commit c5f76721ce
4 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ gboolean p_contact_remove_resource(PContact contact, const char * const resource
void p_contact_free(PContact contact);
const char* p_contact_barejid(PContact contact);
const char* p_contact_name(PContact contact);
const char * p_contact_name_or_jid(const PContact contact);
const char* p_contact_name_or_jid(const PContact contact);
const char* p_contact_presence(PContact contact);
const char* p_contact_status(PContact contact);
const char* p_contact_subscription(const PContact contact);