mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 00:06:21 +00:00
Fixed compile error for -Wduplicate-decl-specifier on OSX
This commit is contained in:
@@ -518,7 +518,7 @@ roster_barejid_from_name(const char * const name)
|
||||
}
|
||||
|
||||
PContact
|
||||
roster_get_contact(const char const *barejid)
|
||||
roster_get_contact(const char * const barejid)
|
||||
{
|
||||
return g_hash_table_lookup(contacts, barejid);
|
||||
}
|
||||
|
||||
@@ -127,7 +127,7 @@ void caps_close(void);
|
||||
void roster_clear(void);
|
||||
gboolean roster_update_presence(const char * const barejid,
|
||||
Resource *resource, GDateTime *last_activity);
|
||||
PContact roster_get_contact(const char const *barejid);
|
||||
PContact roster_get_contact(const char * const barejid);
|
||||
gboolean roster_contact_offline(const char * const barejid,
|
||||
const char * const resource, const char * const status);
|
||||
void roster_reset_search_attempts(void);
|
||||
|
||||
Reference in New Issue
Block a user