1.1 --- a/tumble.c Mon Dec 31 08:12:58 2001 +0000 1.2 +++ b/tumble.c Mon Dec 31 08:25:04 2001 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 /* 1.5 * tiffg4: reencode a bilevel TIFF file as a single-strip TIFF Class F Group 4 1.6 * Main program 1.7 - * $Id: tumble.c,v 1.5 2001/12/30 09:09:08 eric Exp $ 1.8 + * $Id: tumble.c,v 1.6 2001/12/31 00:25:04 eric Exp $ 1.9 * Copyright 2001 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -80,7 +80,9 @@ 1.13 } 1.14 1.15 1.16 -boolean process_page (int image) /* range 1 .. n */ 1.17 +boolean process_page (int image, /* range 1 .. n */ 1.18 + input_attributes_t input_attributes, 1.19 + output_attributes_t output_attributes) 1.20 { 1.21 u32 image_length, image_width; 1.22 #ifdef CHECK_DEPTH