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