diff options
Diffstat (limited to 'include/mingw.h')
-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 |