X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fadler32.c;h=28b2b05afa5fd04317ec0f5265245e1e49c6005d;hb=46a64e45c1d3fa42376cffcf90cfa0b66d781772;hp=87a392ccd0bd2a80754b311cc5387e36e755977f;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/adler32.c b/ucw/adler32.c index 87a392cc..28b2b05a 100644 --- a/ucw/adler32.c +++ b/ucw/adler32.c @@ -21,7 +21,7 @@ #define MOD(a) a %= BASE uns -update_adler32(uns adler, const byte *buf, uns len) +adler32_update(uns adler, const byte *buf, uns len) { uns s1 = adler & 0xffff; uns s2 = (adler >> 16) & 0xffff;