summaryrefslogtreecommitdiff
path: root/src/basic/strv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/strv.h')
-rw-r--r--src/basic/strv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/strv.h b/src/basic/strv.h
index 0a908c893..dafb4fdc1 100644
--- a/src/basic/strv.h
+++ b/src/basic/strv.h
@@ -90,9 +90,9 @@ static inline bool strv_isempty(char * const *l) {
char **strv_split(const char *s, const char *separator);
#if 0 /// UNNEEDED by elogind
char **strv_split_newlines(const char *s);
+#endif // 0
int strv_split_extract(char ***t, const char *s, const char *separators, ExtractFlags flags);
-#endif // 0
char *strv_join(char **l, const char *separator);
#if 0 /// UNNEEDED by elogind