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.14 by asvitkine, 2007-01-22T17:14:06Z vs.
Revision 1.16 by gbeauche, 2008-01-01T09:40:35Z

# Line 1 | Line 1
1   /*
2   *  extfs.h - MacOS file system for access native file system access
3   *
4 < *  Basilisk II (C) 1997-2005 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 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 43 | Line 43 | extern ssize_t extfs_write(int fd, void
43   extern bool extfs_remove(const char *path);
44   extern bool extfs_rename(const char *old_path, const char *new_path);
45   extern const char *host_encoding_to_macroman(const char *filename); // What if the guest OS is using MacJapanese or MacArabic? Oh well...
46 + extern const char *macroman_to_host_encoding(const char *filename); // What if the guest OS is using MacJapanese or MacArabic? Oh well...
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