X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fstrv.h;h=22f8f98fdad09fc672ded27dba2eea1e732b7b60;hb=b733fbe7a0214eb43e402db7179697bf9c0975c1;hp=a80ccd6427cf6bf697188f4fc50d3d94f4409300;hpb=33c2ce7b200747c172d4899c717a8e9097d84659;p=elogind.git diff --git a/src/shared/strv.h b/src/shared/strv.h index a80ccd642..22f8f98fd 100644 --- a/src/shared/strv.h +++ b/src/shared/strv.h @@ -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, bool relax); +int strv_split_quoted(char ***t, const char *s, UnquoteFlags flags); char *strv_join(char **l, const char *separator); char *strv_join_quoted(char **l);