From a288c1efedcb9c7bc210c0121ed91cdc336c3872 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 6 Jul 2010 09:06:05 +0200 Subject: [PATCH] src/graph_list.c: Make "gl_add_graph_internal" static. --- src/graph_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph_list.c b/src/graph_list.c index 736e304..1aab96d 100644 --- a/src/graph_list.c +++ b/src/graph_list.c @@ -63,7 +63,7 @@ static time_t gl_last_update = 0; /* * Private functions */ -int gl_add_graph_internal (graph_config_t *cfg, /* {{{ */ +static int gl_add_graph_internal (graph_config_t *cfg, /* {{{ */ graph_config_t ***gl_array, size_t *gl_array_num) { graph_config_t **tmp; -- 2.11.0