mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Added static modifier to _make_contact_node
This commit is contained in:
parent
ce7850d30f
commit
9ae2132549
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user