ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/extfs.h
(Generate patch)

Comparing BasiliskII/src/include/extfs.h (file contents):
Revision 1.9 by cebix, 2001-02-02T20:52:59Z vs.
Revision 1.10 by cebix, 2001-03-31T14:32:01Z

# Line 33 | Line 33 | extern int16 ExtFSHFS(uint32 vcb, uint16
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines