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.3 by cebix, 1999-10-27T16:59:51Z vs.
Revision 1.4 by cebix, 1999-11-08T17:00:14Z

# Line 42 | Line 42 | extern int open_rfork(const char *path,
42   extern void close_rfork(const char *path, int fd);
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  
47   // Maximum length of full path name
48   const int MAX_PATH_LENGTH = 1024;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines