1.1 diff -r 6575fcfbdb1b -r 139b91f9a224 tumble.h 1.2 --- a/tumble.h Mon Dec 31 08:25:04 2001 +0000 1.3 +++ b/tumble.h Mon Dec 31 16:44:24 2001 +0000 1.4 @@ -5,18 +5,17 @@ 1.5 crop_t crop; 1.6 } input_attributes_t; 1.7 1.8 -typedef struct 1.9 -{ 1.10 - char *page_number; 1.11 - bookmark_t *bookmarks; 1.12 -} output_attributes_t; 1.13 - 1.14 boolean open_tiff_input_file (char *name); 1.15 boolean close_tiff_input_file (void); 1.16 1.17 boolean open_pdf_output_file (char *name); 1.18 boolean close_pdf_output_file (void); 1.19 1.20 +void process_page_numbers (int page_index, 1.21 + int count, 1.22 + int base, 1.23 + page_label_t *page_label); 1.24 + 1.25 boolean process_page (int image, /* range 1 .. n */ 1.26 input_attributes_t input_attributes, 1.27 - output_attributes_t output_attributes); 1.28 + bookmark_t *bookmarks);