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.2 by cebix, 1999-10-21T22:40:04Z vs.
Revision 1.3 by cebix, 1999-10-27T16:59:51Z

# 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);
35 > extern void add_path_component(char *path, const char *component);
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);
# Line 43 | Line 43 | extern void close_rfork(const char *path
43   extern size_t extfs_read(int fd, void *buffer, size_t length);
44   extern size_t extfs_write(int fd, void *buffer, size_t length);
45  
46 + // Maximum length of full path name
47 + const int MAX_PATH_LENGTH = 1024;
48 +
49   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines