aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-12-08 20:25:14 +0000
committerRon Yorston <rmy@pobox.com>2018-12-08 20:25:14 +0000
commit44477db354f67c4eacfced89fac5fbf3dbeaa3ff (patch)
tree23d74f8c25decf11c9745a9cc0dac164aedbb731 /include
parent195902a645b794092959ac3818f367104c7ffeb8 (diff)
downloadbusybox-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.h1
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
450char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC; 450char *is_prefixed_with_case(const char *string, const char *key) FAST_FUNC;
451void qsort_string_vector_case(char **sv, unsigned count) FAST_FUNC;
451 452
452/* 453/*
453 * helpers 454 * helpers