X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3ec4dd9781ed23be4a2b939fa5bfded619a1a8fb..0b91056090d768c4bdc6aa83d929d09416d34e89:/rsync.h diff --git a/rsync.h b/rsync.h index 2ee5e03f..cc349f1a 100644 --- a/rsync.h +++ b/rsync.h @@ -223,7 +223,7 @@ struct file_struct { char *dirname; char *basedir; char *link; - char sum[MD4_SUM_LENGTH]; + char *sum; }; struct file_list { @@ -249,8 +249,9 @@ struct sum_struct { }; struct map_struct { - char *map,*p; - int fd,size,p_size,p_offset,p_len; + char *map,*p; + int fd,p_size,p_len; + off_t size, p_offset; }; /* we need this function because of the silly way in which duplicate