X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fstrv.h;fp=src%2Fshared%2Fstrv.h;h=a80ccd6427cf6bf697188f4fc50d3d94f4409300;hp=518c4c2aa8b94da5d013a97127ef3d27595a8e43;hb=33c2ce7b200747c172d4899c717a8e9097d84659;hpb=e0d065d4059181bfbf0aba81f780d32ba194c319 diff --git a/src/shared/strv.h b/src/shared/strv.h index 518c4c2aa..a80ccd642 100644 --- a/src/shared/strv.h +++ b/src/shared/strv.h @@ -31,7 +31,7 @@ char *strv_find(char **l, const char *name) _pure_; char *strv_find_prefix(char **l, const char *name) _pure_; char *strv_find_startswith(char **l, const char *name) _pure_; -void strv_free(char **l); +char **strv_free(char **l); DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free); #define _cleanup_strv_free_ _cleanup_(strv_freep)