145
146
int lastt; /* last time */
146
147
uint32_t oldcsum, oldcsumfield, csum, csumfield, logseq, logseqfield; /* uint32_ts for checksum storage */
147
148
struct stat st; /* for stat, if you couldn't guess */
149
150
uint32_t pages; /* number of pages in file */
150
151
uint32_t start_page= 0, end_page= 0, use_end_page= 0; /* for starting and ending at certain pages */