diff options
Diffstat (limited to 'include/strvec.h')
| -rw-r--r-- | include/strvec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strvec.h b/include/strvec.h index 49658eb..1a4713d 100644 --- a/include/strvec.h +++ b/include/strvec.h @@ -60,6 +60,7 @@ void strvec_replace(struct strvec *strvec, size_t index, const char *str); void strvec_remove(struct strvec *strvec, size_t index, size_t n); int strvec_remove_str(struct strvec *strvec, const char *str, const struct allocator *allocator); +ssize_t strvec_find(struct strvec *strvec, size_t start, const char *str); char *strvec_join(struct strvec *strvec, const char *sep, const struct allocator *allocator, int *rc); |
