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.4 by cebix, 1999-11-08T17:00:14Z vs.
Revision 1.5 by cebix, 1999-11-08T18:06:02Z

# 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   extern bool extfs_remove(const char *path);
46 + extern bool extfs_rename(const char *old_path, const char *new_path);
47  
48   // Maximum length of full path name
49   const int MAX_PATH_LENGTH = 1024;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines