summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebc6c19)
raw | patch | inline | side by side (parent: ebc6c19)
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 73ca49fb8f071f898f328907c4aedb3a20f89ec0..6115639b5bcd73679b41f4a5623b0f38b43cbd69 100644 (file)
--- a/src/target_set.c
+++ b/src/target_set.c
};
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)