diff options
author | Ron Yorston <rmy@pobox.com> | 2018-12-08 20:25:14 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-12-08 20:25:14 +0000 |
commit | 44477db354f67c4eacfced89fac5fbf3dbeaa3ff (patch) | |
tree | 23d74f8c25decf11c9745a9cc0dac164aedbb731 /include | |
parent | 195902a645b794092959ac3818f367104c7ffeb8 (diff) | |
download | busybox-w32-44477db354f67c4eacfced89fac5fbf3dbeaa3ff.tar.gz busybox-w32-44477db354f67c4eacfced89fac5fbf3dbeaa3ff.tar.bz2 busybox-w32-44477db354f67c4eacfced89fac5fbf3dbeaa3ff.zip |
lineedit: more case-insensitive comparisons in tab completion
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); | |||
448 | #define find_mount_point(n, s) find_mount_point(n) | 448 | #define find_mount_point(n, s) find_mount_point(n) |
449 | 449 | ||
450 | char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC; | 450 | char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC; |
451 | void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC; | ||
451 | 452 | ||
452 | /* | 453 | /* |
453 | * helpers | 454 | * helpers |