1.1 diff -r 4c261fbf8c77 -r dda3d673b82b tumble.h 1.2 --- a/tumble.h Sun Dec 30 04:16:46 2001 +0000 1.3 +++ b/tumble.h Sun Dec 30 04:16:46 2001 +0000 1.4 @@ -1,3 +1,5 @@ 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 @@ -5,3 +7,13 @@ 1.11 boolean close_pdf_output_file (void); 1.12 1.13 boolean process_page (int image); /* range 1 .. n */ 1.14 + 1.15 +void input_images (int first, int last); 1.16 +void output_pages (int first, int last); 1.17 + 1.18 + 1.19 + 1.20 + 1.21 + 1.22 + 1.23 +