1.1 diff -r dbf5e39b1658 -r d4699dfddcc0 tumble.h 1.2 --- a/tumble.h Sun Dec 30 16:29:50 2001 +0000 1.3 +++ b/tumble.h Sun Dec 30 16:29:50 2001 +0000 1.4 @@ -1,5 +1,3 @@ 1.5 -extern int line; 1.6 - 1.7 boolean open_tiff_input_file (char *name); 1.8 boolean close_tiff_input_file (void); 1.9 1.10 @@ -8,12 +6,9 @@ 1.11 1.12 boolean process_page (int image); /* range 1 .. n */ 1.13 1.14 -void input_images (int first, int last); 1.15 -void output_pages (int first, int last); 1.16 1.17 1.18 1.19 1.20 1.21 1.22 -