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.12 by cebix, 2004-01-12T15:29:27Z

# Line 1 | Line 1
1   /*
2   *  extfs.h - MacOS file system for access native file system access
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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