ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Urlader/urlib.h
(Generate patch)

Comparing Urlader/urlib.h (file contents):
Revision 1.3 by root, Tue Jan 3 10:37:45 2012 UTC vs.
Revision 1.4 by root, Wed Jan 4 14:19:05 2012 UTC

41struct u_pack_tail { 41struct u_pack_tail {
42 unsigned char max_uncompressed[4]; /* maximum uncompressed file size */ 42 unsigned char max_uncompressed[4]; /* maximum uncompressed file size */
43 unsigned char size[4]; /* how many bytes to seke backwards from end(!) of tail */ 43 unsigned char size[4]; /* how many bytes to seke backwards from end(!) of tail */
44 unsigned char reserved[8]; /* must be 0 */ 44 unsigned char reserved[8]; /* must be 0 */
45 char magic[16]; 45 char magic[16];
46 char md5_head[16]; /* md5(urlader) or 0, if there is no checksum */
46 char md5_pack[16]; /* md5(pack) or 0, if there is no checksum */ 47 char md5_pack[16]; /* md5(pack) or 0, if there is no checksum */
47 char md5_file[16]; /* md5(urlader) or 0, if there is no checksum */
48}; 48};
49 49
50#endif 50#endif
51 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines