e7f6d9c0ae
Libpar2 is a library for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file. Par files are especially popular on Usenet. Libpar2 is extracted from par2cmdline, and distributed separately. WWW: http://parchive.sourceforge.net/ PR: ports/126578 Submitted by: Jeff Burchell <toxic@doobie.com>
11 lines
242 B
C
11 lines
242 B
C
--- parheaders.h 2005/11/27 03:48:37 1.1
|
|
+++ parheaders.h 2006/04/18 08:49:39 1.2
|
|
@@ -9,7 +9,7 @@
|
|
int other_files;
|
|
int block_size;
|
|
int data_blocks;
|
|
- int data_size;
|
|
+ long int data_size;
|
|
int chunk_size;
|
|
|
|
ParHeaders(void);
|