1.1 diff -r 6575fcfbdb1b -r 139b91f9a224 tumble.c 1.2 --- a/tumble.c Mon Dec 31 08:25:04 2001 +0000 1.3 +++ b/tumble.c Mon Dec 31 16:44:24 2001 +0000 1.4 @@ -1,7 +1,7 @@ 1.5 /* 1.6 * tiffg4: reencode a bilevel TIFF file as a single-strip TIFF Class F Group 4 1.7 * Main program 1.8 - * $Id: tumble.c,v 1.6 2001/12/31 00:25:04 eric Exp $ 1.9 + * $Id: tumble.c,v 1.7 2001/12/31 08:44:24 eric Exp $ 1.10 * Copyright 2001 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -80,9 +80,17 @@ 1.14 } 1.15 1.16 1.17 +void process_page_numbers (int page_index, 1.18 + int count, 1.19 + int base, 1.20 + page_label_t *page_label) 1.21 +{ 1.22 +} 1.23 + 1.24 + 1.25 boolean process_page (int image, /* range 1 .. n */ 1.26 input_attributes_t input_attributes, 1.27 - output_attributes_t output_attributes) 1.28 + bookmark_t *bookmarks) 1.29 { 1.30 u32 image_length, image_width; 1.31 #ifdef CHECK_DEPTH