1.1 --- a/pdf.h Fri Mar 14 07:08:52 2003 +0000 1.2 +++ b/pdf.h Fri Mar 14 08:24:37 2003 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 * tumble: build a PDF file from image files 1.5 * 1.6 * PDF routines 1.7 - * $Id: pdf.h,v 1.9 2003/03/13 00:57:05 eric Exp $ 1.8 + * $Id: pdf.h,v 1.10 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 @@ -90,3 +90,11 @@ 1.13 char *title, 1.14 bool open, 1.15 pdf_page_handle pdf_page); 1.16 + 1.17 + 1.18 +void pdf_new_page_label (pdf_file_handle pdf_file, 1.19 + int page_index, 1.20 + int base, 1.21 + int count, 1.22 + char style, 1.23 + char *prefix);