Init mime struct
[rmail.git] / src / utils / file_utils.h
blobe861e604df562f98f4a7faf6792bcc3723133f08
1 #ifndef FILE_UTILS_H
2 #define FILE_UTILS_H
4 int file_type(const char *file);
5 size_t dir_entries(const char *path);
6 int scan_dir(const char *path, void (*file_callback)(const char *));
8 #endif /* FILE_UTILS_H */