chiark / gitweb /
Merge branch 'python-systemd-reader'
[elogind.git] / src / shared / strv.h
index b3802a7a3ff6b6fcf93c3554843e6d315f66fd81..623f10216dd8339f2d948f11d040022c5afd081c 100644 (file)
@@ -58,6 +58,7 @@ 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_;