pdf.h

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