t2p.h

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