pdf_private.h

changeset 77
544fff830581
parent 74
12bc5088172e
child 79
4cd9d23d924a
     1.1 diff -r 2129cfb36fcc -r 544fff830581 pdf_private.h
     1.2 --- a/pdf_private.h	Wed Mar 05 02:26:43 2003 +0000
     1.3 +++ b/pdf_private.h	Wed Mar 05 20:39:50 2003 +0000
     1.4 @@ -4,7 +4,7 @@
     1.5   *      will be compressed using ITU-T T.6 (G4) fax encoding.
     1.6   *
     1.7   * PDF routines
     1.8 - * $Id: pdf_private.h,v 1.3 2003/03/04 17:58:36 eric Exp $
     1.9 + * $Id: pdf_private.h,v 1.4 2003/03/05 12:39:50 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 @@ -48,6 +48,7 @@
    1.14  struct pdf_bookmark
    1.15  {
    1.16    struct pdf_obj *dict;    /* indirect reference */
    1.17 +  struct pdf_obj *count;
    1.18    bool open;
    1.19  
    1.20    struct pdf_bookmark *first;