X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fstrv.h;h=a01f685f9b512c10e0b4aa12e54384113ffe4ccf;hp=1433e896daf939745fdb7178ab55f5943435e215;hb=d93247127eb2e073a6d3b5bcc67bcc4048d674fe;hpb=f4fd78a9c10f3831cb24fa4b36aa4b7960377a16;ds=sidebyside diff --git a/src/basic/strv.h b/src/basic/strv.h index 1433e896d..a01f685f9 100644 --- a/src/basic/strv.h +++ b/src/basic/strv.h @@ -191,8 +191,10 @@ static inline bool strv_fnmatch_or_empty(char* const* patterns, const char *s, i char ***strv_free_free(char ***l); char **strv_skip(char **l, size_t n); +#endif // 0 int strv_extend_n(char ***l, const char *value, size_t n); +#if 0 /// UNNEEDED by elogind int fputstrv(FILE *f, char **l, const char *separator, bool *space); #endif // 0