1.1 diff -r d47b66e1722f -r 4b8c80d77f76 tumble.h 1.2 --- a/tumble.h Fri Mar 14 07:08:52 2003 +0000 1.3 +++ b/tumble.h Fri Mar 14 08:24:37 2003 +0000 1.4 @@ -1,7 +1,7 @@ 1.5 /* 1.6 * tumble: build a PDF file from image files 1.7 * 1.8 - * $Id: tumble.h,v 1.13 2003/03/13 00:57:05 eric Exp $ 1.9 + * $Id: tumble.h,v 1.14 2003/03/14 00:24:37 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -57,13 +57,7 @@ 1.14 pdf_file_attributes_t *attributes); 1.15 1.16 1.17 -void process_page_numbers (int page_index, 1.18 - int count, 1.19 - int base, 1.20 - page_label_t *page_label); 1.21 - 1.22 - 1.23 - 1.24 bool process_page (int image, /* range 1 .. n */ 1.25 input_attributes_t input_attributes, 1.26 - bookmark_t *bookmarks); 1.27 + bookmark_t *bookmarks, 1.28 + page_label_t *page_label);