equal
deleted
inserted
replaced
27 /* Variables to display file lists */ |
27 /* Variables to display file lists */ |
28 int _fios_num; |
28 int _fios_num; |
29 |
29 |
30 static char *_fios_path; |
30 static char *_fios_path; |
31 static FiosItem *_fios_items; |
31 static FiosItem *_fios_items; |
|
32 SmallFiosItem _file_to_saveload; |
32 static int _fios_count, _fios_alloc; |
33 static int _fios_count, _fios_alloc; |
33 |
34 |
34 /* OS-specific functions are taken from their respective files (win32/unix/os2 .c) */ |
35 /* OS-specific functions are taken from their respective files (win32/unix/os2 .c) */ |
35 extern bool FiosIsRoot(const char *path); |
36 extern bool FiosIsRoot(const char *path); |
36 extern bool FiosIsValidFile(const char *path, const struct dirent *ent, struct stat *sb); |
37 extern bool FiosIsValidFile(const char *path, const struct dirent *ent, struct stat *sb); |