projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfc5b7
)
liboconfig: mark oconfig_free_all as static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:17:44 +0000
(23:17 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 29 Feb 2016 22:17:44 +0000
(23:17 +0100)
src/liboconfig/oconfig.c
patch
|
blob
|
history
diff --git
a/src/liboconfig/oconfig.c
b/src/liboconfig/oconfig.c
index
56ccefb
..
936e373
100644
(file)
--- a/
src/liboconfig/oconfig.c
+++ b/
src/liboconfig/oconfig.c
@@
-188,7
+188,7
@@
oconfig_item_t *oconfig_clone (const oconfig_item_t *ci_orig)
return (ci_copy);
} /* oconfig_item_t *oconfig_clone */
-void oconfig_free_all (oconfig_item_t *ci)
+
static
void oconfig_free_all (oconfig_item_t *ci)
{
int i;