Changes in uspace/srv/fs/exfat/exfat_dentry.h [09ab0a9a:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_dentry.h
r09ab0a9a r28a5ebd 37 37 #include <stdint.h> 38 38 #include <stdbool.h> 39 #include <uchar.h> 39 40 40 41 #define EXFAT_FILENAME_LEN 255 … … 156 157 uint16_t *); 157 158 158 extern bool exfat_valid_char( wchar_t);159 extern bool exfat_valid_char(char32_t); 159 160 extern bool exfat_valid_name(const char *); 160 161
Note:
See TracChangeset
for help on using the changeset viewer.