From 44477db354f67c4eacfced89fac5fbf3dbeaa3ff Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sat, 8 Dec 2018 20:25:14 +0000 Subject: lineedit: more case-insensitive comparisons in tab completion --- include/mingw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index a828e6613..b8c0b12b5 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -448,6 +448,7 @@ int kill_SIGTERM_by_handle(HANDLE process, int exit_code); #define find_mount_point(n, s) find_mount_point(n) char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC; +void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC; /* * helpers -- cgit v1.2.3-55-g6feb