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 f8ca3e0..f04b385 100644
--- a/src/string_vec.h
+++ b/src/string_vec.h
@@ -35,7 +35,7 @@ void string_vec_history_sort(struct string_vec *restrict vec, struct history *hi
void string_vec_uniq(struct string_vec *restrict vec);
-struct scored_string *string_vec_find(struct string_vec *restrict vec, const char *str);
+struct scored_string *string_vec_find_sorted(struct string_vec *restrict vec, const char *str);
[[nodiscard("memory leaked")]]
struct string_vec string_vec_filter(