summaryrefslogtreecommitdiff
path: root/include/linux/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/glob.h')
-rw-r--r--include/linux/glob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/glob.h b/include/linux/glob.h
index 861327b33e41..91595e750936 100644
--- a/include/linux/glob.h
+++ b/include/linux/glob.h
@@ -6,5 +6,6 @@
#include <linux/compiler.h> /* For __pure */
bool __pure glob_match(char const *pat, char const *str);
+bool __pure glob_match_len(char const *pat, char const *str, size_t len);
#endif /* _LINUX_GLOB_H */