--- embedtools/src/Attic/updimg.c 2011/06/13 20:23:35 1.2.2.2 +++ embedtools/src/Attic/updimg.c 2014/01/30 01:03:26 1.3.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: updimg.c,v 1.2.2.2 2011/06/13 20:23:35 misho Exp $ + * $Id: updimg.c,v 1.3.4.1 2014/01/30 01:03:26 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +Copyright 2004 - 2014 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -47,12 +47,12 @@ SUCH DAMAGE. #include "upd.h" -sl_config cfg; int Verbose, Mode; extern char compiled[], compiledby[], compilehost[]; -static void Usage() +static void +Usage() { printf( " Update Image tool for embedded systems on CompactFlash\n" "=== %s === %s@%s ===\n\n" @@ -68,9 +68,9 @@ static void Usage() "\n", compiled, compiledby, compilehost); } -// ----------------------------------- -int main(int argc, char **argv) +int +main(int argc, char **argv) { char ch, *pos, szImg[MAXPATHLEN], szTFTP[MAXPATHLEN]; int mode;