--- Urlader/urlib.h 2012/01/03 10:37:45 1.3 +++ Urlader/urlib.h 2012/01/06 07:56:36 1.5 @@ -4,9 +4,6 @@ #define URLADER "urlader" #define URLADER_VERSION "1.0" /* a decimal number, not a version string */ -#define MAX_ARGC 32 /* maximum number of arguments */ -#define MAX_ARGS 256 /* maximum TOTAL length of arguments */ - enum { T_NULL, // 5 @@ -43,8 +40,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