chiark / gitweb /
Prep v228: Full diff to master revealed more functions that are unused.
[elogind.git] / src / basic / strv.h
index 481829cac2f872b714fa372699850c4d63e82977..13ed1b371e69057dd8576a4fb5fe8db5b0c505ae 100644 (file)
@@ -45,8 +45,8 @@ void strv_clear(char **l);
 char **strv_copy(char * const *l);
 unsigned strv_length(char * const *l) _pure_;
 
-int strv_extend_strv(char ***a, char **b, bool filter_duplicates);
 #if 0 /// UNNEEDED by elogind
+int strv_extend_strv(char ***a, char **b, bool filter_duplicates);
 int strv_extend_strv_concat(char ***a, char **b, const char *suffix);
 #endif // 0
 int strv_extend(char ***l, const char *value);