diff options
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r-- | xdelta3/xdelta3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h index fa5b332..a989a63 100644 --- a/xdelta3/xdelta3.h +++ b/xdelta3/xdelta3.h | |||
@@ -647,6 +647,7 @@ struct _xd3_whole_state { | |||
647 | xd3_winst *inst; | 647 | xd3_winst *inst; |
648 | usize_t inst_alloc; | 648 | usize_t inst_alloc; |
649 | xoff_t length; | 649 | xoff_t length; |
650 | xoff_t windows; | ||
650 | }; | 651 | }; |
651 | 652 | ||
652 | /******************************************************************** | 653 | /******************************************************************** |