Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_dentry.h

    r09ab0a9a r28a5ebd  
    3737#include <stdint.h>
    3838#include <stdbool.h>
     39#include <uchar.h>
    3940
    4041#define EXFAT_FILENAME_LEN      255
     
    156157    uint16_t *);
    157158
    158 extern bool exfat_valid_char(wchar_t);
     159extern bool exfat_valid_char(char32_t);
    159160extern bool exfat_valid_name(const char *);
    160161
Note: See TracChangeset for help on using the changeset viewer.