|
From: Andre R. <and...@us...> - 2004-10-28 22:58:51
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32457/Frontier/Common/headers Modified Files: command.h Log Message: Eliminated GCC compiler warnings. Index: command.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/command.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** command.h 9 Oct 2004 20:53:31 -0000 1.1 --- command.h 28 Oct 2004 22:58:40 -0000 1.2 *************** *** 29,35 **** /*prototypes*/ ! extern cmdprocessstarted (void) ; ! extern cmdprocesskilled (void); extern boolean startcmddialog (void); --- 29,35 ---- /*prototypes*/ ! //extern cmdprocessstarted (void) ; ! //extern cmdprocesskilled (void); extern boolean startcmddialog (void); |