]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/zlib/adler32.c
of: clean up OF_CONTROL ifdef conditionals
[karo-tx-uboot.git] / lib / zlib / adler32.c
index dc9480d92f2f551400a84daa0a68864acbeb9ffc..b468441d73a2b0e82521ec4e55ee9802688f8fb0 100644 (file)
 #endif
 
 /* ========================================================================= */
-uLong ZEXPORT adler32(adler, buf, len)
-    uLong adler;
-    const Bytef *buf;
-    uInt len;
+uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len)
 {
     unsigned long sum2;
     unsigned n;