--- Urlader/urlib.h 2012/01/03 10:37:45 1.3 +++ Urlader/urlib.h 2012/01/04 14:19:05 1.4 @@ -43,8 +43,8 @@ unsigned char size[4]; /* how many bytes to seke backwards from end(!) of tail */ unsigned char reserved[8]; /* must be 0 */ char magic[16]; + char md5_head[16]; /* md5(urlader) or 0, if there is no checksum */ char md5_pack[16]; /* md5(pack) or 0, if there is no checksum */ - char md5_file[16]; /* md5(urlader) or 0, if there is no checksum */ }; #endif