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; 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) const char * const show, const char * const status)
{ {
struct _contact_node_t *new = struct _contact_node_t *new =