X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fstrv.h;h=9c9633c515f04db60488461c810c89af7cffe927;hb=28849dbadb7cd127f7f89e8892ec94c6a05070da;hp=ee55c148aa2ab7086e753867bd7148f0bc1b8335;hpb=f49650cee2c5256dc0491432e1f12a4ae19be6c5;p=elogind.git diff --git a/src/shared/strv.h b/src/shared/strv.h index ee55c148a..9c9633c51 100644 --- a/src/shared/strv.h +++ b/src/shared/strv.h @@ -28,6 +28,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); DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free);