--- BasiliskII/src/include/extfs.h 2007/01/22 17:14:06 1.14 +++ BasiliskII/src/include/extfs.h 2008/01/01 09:40:35 1.16 @@ -1,7 +1,7 @@ /* * extfs.h - MacOS file system for access native file system access * - * Basilisk II (C) 1997-2005 Christian Bauer + * Basilisk II (C) 1997-2008 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,6 +43,7 @@ extern ssize_t extfs_write(int fd, void extern bool extfs_remove(const char *path); extern bool extfs_rename(const char *old_path, const char *new_path); extern const char *host_encoding_to_macroman(const char *filename); // What if the guest OS is using MacJapanese or MacArabic? Oh well... +extern const char *macroman_to_host_encoding(const char *filename); // What if the guest OS is using MacJapanese or MacArabic? Oh well... // Maximum length of full path name const int MAX_PATH_LENGTH = 1024;