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.1 by cebix, 1999-10-19T17:41:42Z vs.
Revision 1.2 by cebix, 1999-10-21T22:40:04Z

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines