From 5926cccae202f1b8869017d4bdaf9e9ce371bba6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 11 Jan 2013 01:04:11 +0100 Subject: unit: instead of directly loading drop-in configuration snippets use conf_files_list_strv() This has the benefit of allowing the usual overriding/masking knowledge everybody loves so much. --- src/shared/strv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/strv.h') diff --git a/src/shared/strv.h b/src/shared/strv.h index 45558d8960..44ba3d1530 100644 --- a/src/shared/strv.h +++ b/src/shared/strv.h @@ -37,6 +37,7 @@ unsigned strv_length(char **l); char **strv_merge(char **a, char **b); char **strv_merge_concat(char **a, char **b, const char *suffix); char **strv_append(char **l, const char *s); +int strv_extend(char ***l, const char *value); char **strv_remove(char **l, const char *s); char **strv_remove_prefix(char **l, const char *s); -- cgit v1.2.3-54-g00ecf