From 9ae213254935335e452f0979a1d88206faf6e246 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 10 Mar 2012 01:26:44 +0000 Subject: [PATCH] Added static modifier to _make_contact_node --- contact_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact_list.c b/contact_list.c index 098a3742..3a44522d 100644 --- a/contact_list.c +++ b/contact_list.c @@ -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 =