|
From: Andre R. <and...@us...> - 2004-10-29 19:39:24
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30639 Modified Files: shell.c Log Message: Moved prototypes for fileinit and fileshutdown to file.h to fix GCC compiler warnings in file.c. Index: shell.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shell.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shell.c 23 Oct 2004 22:52:10 -0000 1.2 --- shell.c 29 Oct 2004 19:39:12 -0000 1.3 *************** *** 202,208 **** #endif extern void shellshutdownscroll (); - extern void fileshutdown (); boolean shellshutdown (void) { --- 202,208 ---- #endif + extern void shellshutdownscroll (); boolean shellshutdown (void) { *************** *** 1163,1168 **** extern void shellinitscroll (); - extern void fileinit (); - boolean shellinit (void) { --- 1163,1166 ---- |