tumble.h

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