|
From: Andre R. <and...@us...> - 2004-10-28 23:07:53
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2779/Frontier/Common/headers Modified Files: mac.h Log Message: Eliminated GCC compiler warnings. Index: mac.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/mac.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mac.h 9 Oct 2004 20:59:11 -0000 1.1 --- mac.h 28 Oct 2004 23:07:42 -0000 1.2 *************** *** 66,76 **** extern short countinitialfiles (void); ! extern getinitialfile (short, bigstring, short *); extern boolean installgestaltfunction (void); #ifdef MACVERSION //JES 2004.03.29: MacOS Specific function declarations ! extern WriteToConsole (char *s); ! extern DoErrorAlert(OSStatus status, CFStringRef errorFormatString); #endif --- 66,76 ---- extern short countinitialfiles (void); ! extern void getinitialfile (short, bigstring, short *); extern boolean installgestaltfunction (void); #ifdef MACVERSION //JES 2004.03.29: MacOS Specific function declarations ! extern void WriteToConsole (char *s); ! extern void DoErrorAlert(OSStatus status, CFStringRef errorFormatString); #endif |