projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc6c19
)
target_set: mark function as static
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Wed, 27 Apr 2016 12:21:28 +0000
(14:21 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Wed, 27 Apr 2016 12:21:28 +0000
(14:21 +0200)
src/target_set.c
patch
|
blob
|
history
diff --git
a/src/target_set.c
b/src/target_set.c
index
73ca49f
..
6115639
100644
(file)
--- a/
src/target_set.c
+++ b/
src/target_set.c
@@
-39,7
+39,7
@@
struct ts_data_s
};
typedef struct ts_data_s ts_data_t;
-int ts_util_get_key_and_string_wo_strdup (const oconfig_item_t *ci, char **ret_key, char **ret_string) /* {{{ */
+
static
int ts_util_get_key_and_string_wo_strdup (const oconfig_item_t *ci, char **ret_key, char **ret_string) /* {{{ */
{
if ((ci->values_num != 2)
|| (ci->values[0].type != OCONFIG_TYPE_STRING)