X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fstrv.h;h=2d24b4e392f893d1c8f2bfbb5b0724a749996abf;hb=8c47c7325fa1ab72febf807f8831ff24c75fbf45;hp=11d2ea12076b2e6737e604ed60d72d5bc19d3c36;hpb=93a46b0bc51cf2beb8523830ef7fd74aa0869673;p=elogind.git diff --git a/src/strv.h b/src/strv.h index 11d2ea120..2d24b4e39 100644 --- a/src/strv.h +++ b/src/strv.h @@ -28,6 +28,8 @@ #include "macro.h" char *strv_find(char **l, const char *name); +char *strv_find_prefix(char **l, const char *name); + void strv_free(char **l); char **strv_copy(char **l) _malloc_; unsigned strv_length(char **l);