chiark / gitweb /
Merge branch 'python-systemd-reader'
[elogind.git] / src / shared / strv.h
index d28625bd2f6ec9747fb843c151d538d2ef38ba1a..623f10216dd8339f2d948f11d040022c5afd081c 100644 (file)
@@ -58,10 +58,12 @@ static inline bool strv_isempty(char **l) {
 
 char **strv_split(const char *s, const char *separator) _malloc_;
 char **strv_split_quoted(const char *s) _malloc_;
+char **strv_split_newlines(const char *s) _malloc_;
 
 char *strv_join(char **l, const char *separator) _malloc_;
 
 char **strv_parse_nulstr(const char *s, size_t l);
+char **strv_split_nulstr(const char *s);
 
 bool strv_overlap(char **a, char **b);