On Monday 27 April 2009, Wolfgang Denk wrote: > > #include "ubifs.h" > > +#include <u-boot/zlib.h> > > > > #if !defined(CONFIG_SYS_64BIT_VSPRINTF) > > #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output! > > @@ -33,15 +34,17 @@ DECLARE_GLOBAL_DATA_PTR; > > > > /* compress.c */ > > > > +int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long > > *lenp, + int stoponerr, int > > offset); > > The prototype declaration should be in the neader file. Please remove > here.
Ack. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

