aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wildcard.h')
-rw-r--r--wildcard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wildcard.h b/wildcard.h
index 5a3e291a..8c542221 100644
--- a/wildcard.h
+++ b/wildcard.h
@@ -79,9 +79,9 @@ int wildcard_expand_string(const wcstring &wc, const wcstring &base_dir, expand_
*/
bool wildcard_match(const wcstring &str, const wcstring &wc, bool leading_dots_fail_to_match = false);
-
/** Check if the specified string contains wildcards */
-bool wildcard_has(const wchar_t *str, bool internal);
+bool wildcard_has(const wcstring &, bool internal);
+bool wildcard_has(const wchar_t *, bool internal);
/**
Test wildcard completion