projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b988bcc
)
src/graph_list.c: Make "gl_add_graph_internal" static.
author
Florian Forster
<ff@octo.it>
Tue, 6 Jul 2010 07:06:05 +0000
(09:06 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 6 Jul 2010 07:06:05 +0000
(09:06 +0200)
src/graph_list.c
patch
|
blob
|
history
diff --git
a/src/graph_list.c
b/src/graph_list.c
index
736e304
..
1aab96d
100644
(file)
--- 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;