1.1 --- a/tumble.h Sun Dec 30 04:16:46 2001 +0000 1.2 +++ b/tumble.h Sun Dec 30 04:16:46 2001 +0000 1.3 @@ -1,3 +1,5 @@ 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 @@ -5,3 +7,13 @@ 1.10 boolean close_pdf_output_file (void); 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 +