Code

target_set: mark function as static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 27 Apr 2016 12:21:28 +0000 (14:21 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 27 Apr 2016 12:21:28 +0000 (14:21 +0200)
src/target_set.c

index 73ca49fb8f071f898f328907c4aedb3a20f89ec0..6115639b5bcd73679b41f4a5623b0f38b43cbd69 100644 (file)
@@ -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)