summaryrefslogtreecommitdiff
path: root/src/string_vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_vec.h')
-rw-r--r--src/string_vec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_vec.h b/src/string_vec.h
index f4e0bb9..f3e840c 100644
--- a/src/string_vec.h
+++ b/src/string_vec.h
@@ -32,7 +32,7 @@ void string_vec_sort(struct string_vec *restrict vec);
void string_vec_uniq(struct string_vec *restrict vec);
-char **string_vec_find(struct string_vec *restrict vec, const char *str);
+struct scored_string *string_vec_find(struct string_vec *restrict vec, const char *str);
[[nodiscard("memory leaked")]]
struct string_vec string_vec_filter(