1.1 --- a/tumble.h Thu Mar 13 07:57:35 2003 +0000 1.2 +++ b/tumble.h Thu Mar 13 07:59:10 2003 +0000 1.3 @@ -3,7 +3,7 @@ 1.4 * bilevel image files. The images in the resulting PDF file 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 - * $Id: tumble.h,v 1.11 2003/01/21 10:30:49 eric Exp $ 1.8 + * $Id: tumble.h,v 1.12 2003/03/12 23:59:10 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 @@ -52,6 +52,7 @@ 1.13 char *title; 1.14 char *subject; 1.15 char *keywords; 1.16 + bool has_bookmarks; 1.17 } pdf_file_attributes_t; 1.18 1.19 bool open_pdf_output_file (char *name,