|
From: Andre R. <and...@us...> - 2004-10-29 19:39:38
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30721 Modified Files: file.h Log Message: Moved prototypes for fileinit and fileshutdown to file.h to fix GCC compiler warnings in file.c. Index: file.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/file.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** file.h 28 Oct 2004 22:59:21 -0000 1.2 --- file.h 29 Oct 2004 19:39:24 -0000 1.3 *************** *** 277,280 **** --- 277,284 ---- extern boolean newfile (const tyfilespec *, OSType, OSType); + extern void fileinit (void); + + extern void fileshutdown (void); + extern boolean fileopenorcreate (const tyfilespec *, OSType, OSType, hdlfilenum *); |