chiark / gitweb /
Properly report invalid quoted strings
[elogind.git] / src / shared / strv.h
index 3034073d3288e5a28871769b4561b4d53d70837c..ee55c148aa2ab7086e753867bd7148f0bc1b8335 100644 (file)
@@ -62,7 +62,7 @@ static inline bool strv_isempty(char * const *l) {
 }
 
 char **strv_split(const char *s, const char *separator);
-char **strv_split_quoted(const char *s);
+int strv_split_quoted(char ***t, const char *s);
 char **strv_split_newlines(const char *s);
 
 char *strv_join(char **l, const char *separator);