33 |
|
extern void extfs_init(void); |
34 |
|
extern void extfs_exit(void); |
35 |
|
extern void add_path_component(char *path, const char *component); |
36 |
< |
extern void get_finfo(const char *path, uint32 finfo, uint32 fxinfo); |
37 |
< |
extern void set_finfo(const char *path, uint32 finfo, uint32 fxinfo); |
36 |
> |
extern void get_finfo(const char *path, uint32 finfo, uint32 fxinfo, bool is_dir); |
37 |
> |
extern void set_finfo(const char *path, uint32 finfo, uint32 fxinfo, bool is_dir); |
38 |
|
extern uint32 get_rfork_size(const char *path); |
39 |
|
extern int open_rfork(const char *path, int flag); |
40 |
|
extern void close_rfork(const char *path, int fd); |