aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifs_unicode.h')
-rw-r--r--fs/cifs/cifs_unicode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifs_unicode.h b/fs/cifs/cifs_unicode.h
index fe8d6276410a..d8eac3b6cefb 100644
--- a/fs/cifs/cifs_unicode.h
+++ b/fs/cifs/cifs_unicode.h
@@ -91,6 +91,8 @@ extern __le16 *cifs_strndup_to_utf16(const char *src, const int maxlen,
91#endif /* CONFIG_CIFS_SMB2 */ 91#endif /* CONFIG_CIFS_SMB2 */
92#endif 92#endif
93 93
94wchar_t cifs_toupper(wchar_t in);
95
94/* 96/*
95 * UniStrcat: Concatenate the second string to the first 97 * UniStrcat: Concatenate the second string to the first
96 * 98 *