]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/strv.h
strv: convert strv_split_quotes into a generic strv_split_extract
[thirdparty/systemd.git] / src / basic / strv.h
index fe3dfd245caa9f9e98ffd35121b5ffe1e6bb61bb..954da06fcb54ef0f6ce2d2b2284ce2e292ed47fd 100644 (file)
@@ -73,7 +73,7 @@ static inline bool strv_isempty(char * const *l) {
 char **strv_split(const char *s, const char *separator);
 char **strv_split_newlines(const char *s);
 
-int strv_split_quoted(char ***t, const char *s, ExtractFlags flags);
+int strv_split_extract(char ***t, const char *s, const char *separators, ExtractFlags flags);
 
 char *strv_join(char **l, const char *separator);
 char *strv_join_quoted(char **l);