summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
diff options
context:
space:
mode:
authorJosh MacDonald <josh.macdonald@gmail.com>2015-12-27 22:12:34 -0800
committerJosh MacDonald <josh.macdonald@gmail.com>2015-12-27 22:12:34 -0800
commitec9905aa755eafb64f08fc59ca7e67ea57498264 (patch)
tree304cae17d7d856c3ef465f7fad18398347272970 /xdelta3/xdelta3.h
parentdbbc4c4a59bb805a828bd61640ec8ba88fe92871 (diff)
parentcf662894ba5b3847f06fd44dfb91f4733d9196f4 (diff)
Merge frmo origin
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r--xdelta3/xdelta3.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index 63b76b0..f00f887 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -833,10 +833,6 @@ struct _xd3_source
833 xoff_t max_blkno; /* Maximum block, if eof is known, 833 xoff_t max_blkno; /* Maximum block, if eof is known,
834 * otherwise, equals frontier_blkno 834 * otherwise, equals frontier_blkno
835 * (initially 0). */ 835 * (initially 0). */
836 xoff_t frontier_blkno; /* If eof is unknown, the next
837 * source position to be read.
838 * Otherwise, equal to
839 * max_blkno. */
840 usize_t onlastblk; /* Number of bytes on max_blkno */ 836 usize_t onlastblk; /* Number of bytes on max_blkno */
841 int eof_known; /* Set to true when the first 837 int eof_known; /* Set to true when the first
842 * partial block is read. */ 838 * partial block is read. */