1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added static modifier to _make_contact_node

This commit is contained in:
James Booth 2012-03-10 01:26:44 +00:00
parent ce7850d30f
commit 9ae2132549

View File

@ -148,7 +148,7 @@ contact_list_t *get_contact_list(void)
return list;
}
struct _contact_node_t * _make_contact_node(const char * const name,
static struct _contact_node_t * _make_contact_node(const char * const name,
const char * const show, const char * const status)
{
struct _contact_node_t *new =