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