diff options
Diffstat (limited to 'src/strv.h')
-rw-r--r-- | src/strv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strv.h b/src/strv.h index 11d2ea1207..2d24b4e392 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); |