X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=crypt.h;h=1c6924c0f8e3ca0eb90925e6ae5bc412adb91e19;hp=26d1c3ea3668b2db1b8ce3538128bd943bc8cd3a;hb=d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4;hpb=2ed0fee489c37a6e2d4473f6185ebbe3e746ac11 diff --git a/crypt.h b/crypt.h index 26d1c3e..1c6924c 100644 --- a/crypt.h +++ b/crypt.h @@ -168,6 +168,6 @@ int cm_msg_num = sizeof(cm_msg_name) / sizeof(char *); cryptman_getinf(param, a, b); void crc_init(void); -unsigned long crc32(unsigned char *data, int len); +unsigned int crc32(unsigned char *data, int len); int cryptman_encode_bch(unsigned char *data, int len, unsigned char *buf, int buf_len);