# | Line 32 | Line 32 | extern int16 ExtFSHFS(uint32 vcb, uint16 | |
---|---|---|
32 | // System specific and internal functions/data | |
33 | extern void extfs_init(void); | |
34 | extern void extfs_exit(void); | |
35 | + | extern void add_path_component(char *path, const char *component, int max_len); |
36 | extern void get_finder_type(const char *path, uint32 &type, uint32 &creator); | |
37 | extern void set_finder_type(const char *path, uint32 type, uint32 creator); | |
38 | extern void get_finder_flags(const char *path, uint16 &flags); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |