1.1 --- a/pdf.h Fri Mar 14 08:56:38 2003 +0000 1.2 +++ b/pdf.h Fri Mar 14 08:57:40 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.10 2003/03/14 00:24:37 eric Exp $ 1.8 + * $Id: pdf.h,v 1.11 2003/03/14 00:57:40 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 @@ -30,15 +30,15 @@ 1.13 1.14 1.15 #define PDF_PAGE_MODE_USE_NONE 0 1.16 -#define PDF_PAGE_MODE_USE_OUTLINES 1 1.17 +#define PDF_PAGE_MODE_USE_OUTLINES 1 /* if no outlines, will use NONE */ 1.18 #define PDF_PAGE_MODE_USE_THUMBS 2 /* not yet implemented */ 1.19 1.20 1.21 void pdf_init (void); 1.22 1.23 -pdf_file_handle pdf_create (char *filename, int page_mode); 1.24 +pdf_file_handle pdf_create (char *filename); 1.25 1.26 -void pdf_close (pdf_file_handle pdf_file); 1.27 +void pdf_close (pdf_file_handle pdf_file, int page_mode); 1.28 1.29 void pdf_set_author (pdf_file_handle pdf_file, char *author); 1.30 void pdf_set_creator (pdf_file_handle pdf_file, char *author);